Update config -B fix

beta-cc-safe
Alan Johnston 2 years ago committed by GitHub
parent 96fe99bb42
commit bdef1208d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -512,7 +512,9 @@ elif [ "$1" = "-B" ]; then
# if ["$mode" = "0"] ; then sudo systemctl restart rpitx
else
echo "Safe Mode is OFF. Battery saver mode is now OFF"
if ["$mode" = "1"] ; then sudo rm /home/pi/CubeSatSim/battery_saver
if ["$mode" = "1"] ; then
sudo rm /home/pi/CubeSatSim/battery_saver
fi
fi
value=`cat /home/pi/CubeSatSim/.mode`

Loading…
Cancel
Save

Powered by TurnKey Linux.