Update config add reboot for -g

beta-ft
Alan Johnston 1 year ago committed by GitHub
parent c71c23d29f
commit 2a16426a0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1370,9 +1370,11 @@ elif [ "$1" = "-g" ]; then
echo "Resetting configration back to default settings" echo "Resetting configration back to default settings"
echo echo
echo "AMSAT 0 0 0 no 434.9 435 no 0 0" > /home/pi/CubeSatSim/sim.cfg echo "AMSAT 0 0 0 no 3 434.9 435 no 0 0" > /home/pi/CubeSatSim/sim.cfg
restart=1 sudo echo "f" > /home/pi/CubeSatSim/.mode
reboot=1
elif [ "$1" = "-h" ]; then elif [ "$1" = "-h" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.