missing space

pull/12/head
Tom Early 7 years ago
parent 222b154ae9
commit 11e8107ff8

@ -251,7 +251,7 @@ MaintenanceMenu () {
fi
if [[ "$DTMFState" == 'running' ]]; then
echo " d : Stop DTMF"
elif [[ "$DTMFState" == 'stopped']]; then
elif [[ "$DTMFState" == 'stopped' ]]; then
echo " d : Start DTMF"
fi
if [[ "${ModuleState[0]}" == 'running' ]]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.