Update config check_restart when entering mode n

send-commands
Alan Johnston 1 month ago committed by GitHub
parent 48c68145e8
commit e90853a501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1126,9 +1126,9 @@ elif [ "$1" = "-n" ]; then
restart=1 restart=1
fi fi
else else
echo "Turning Transmit Commands mode ON" echo "Switching to Transmit Commands mode"
check_restart
sudo echo "n" > /home/pi/CubeSatSim/.mode sudo echo "n" > /home/pi/CubeSatSim/.mode
restart=1
fi fi
elif [ "$1" = "-A" ]; then elif [ "$1" = "-A" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.