Clean up log menu

dev
Tom Early 5 years ago
parent ccbe1e43ae
commit bfc47c11ea

@ -167,6 +167,8 @@ ModuleStatus () {
if [ -z ${3} ]; then if [ -z ${3} ]; then
ModuleState[$1]='EMPTY' ModuleState[$1]='EMPTY'
MMDVMState[$1]='EMPTY' MMDVMState[$1]='EMPTY'
DMRState[$1]='EMPTY'
YSFState[$1]='EMPTY'
else else
mcvar="n${3}" mcvar="n${3}"
ModuleProcess[$1]="qn$3" ModuleProcess[$1]="qn$3"
@ -364,7 +366,7 @@ LogMenu () {
if [[ ${YSFState[2]} == 'running' ]]; then if [[ ${YSFState[2]} == 'running' ]]; then
echo " yc : ${YSFProcess[2]} Log" echo " yc : ${YSFProcess[2]} Log"
else else
echo " ${Process[2]} is not running" echo " ${YSFProcess[2]} is not running"
fi fi
fi fi
if [[ ${APRSState} != 'not installed' ]]; then if [[ ${APRSState} != 'not installed' ]]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.