qnadmin log cleanup

dev
Tom Early 5 years ago
parent 78b4277f5d
commit b2ec576428

@ -147,8 +147,8 @@ BaseStatus () {
else else
DTMFState='not installed' DTMFState='not installed'
fi fi
echo "DTMF is $DTMFState"
if [ -d $APRSPATH ]; then if [ -d $APRSPATH ]; then
echo "DTMF is $DTMFState"
if [[ $LoadAPRS == 'loaded' ]]; then if [[ $LoadAPRS == 'loaded' ]]; then
if [[ $SubAPRS == 'running' ]]; then if [[ $SubAPRS == 'running' ]]; then
APRSState='running' APRSState='running'
@ -369,11 +369,13 @@ LogMenu () {
echo " ${YSFProcess[2]} is not running" echo " ${YSFProcess[2]} is not running"
fi fi
fi fi
if [[ ${APRSState} != 'not installed' ]]; then if [ -d $APRSPATH ]; then
if [[ ${APRSState} == 'running' ]]; then if [[ ${APRSState} != 'not installed' ]]; then
echo " p : APRSGateway Log" if [[ ${APRSState} == 'running' ]]; then
else echo " p : APRSGateway Log"
echo " APRSGateway is not running" else
echo " APRSGateway is not running"
fi
fi fi
fi fi
echo echo

Loading…
Cancel
Save

Powered by TurnKey Linux.