Update config remove prints

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

@ -57,14 +57,14 @@ function check_restart {
FILE=/home/pi/CubeSatSim/battery_saver
if [ -f "$FILE" ]; then
restart=1
echo "Need to restart since batt saver"
# echo "Need to restart since batt saver"
else
reboot=1
echo "Need to reboot"
# echo "Need to reboot"
fi
else
restart=1
echo "Need to restart"
# echo "Need to restart"
fi
}

Loading…
Cancel
Save

Powered by TurnKey Linux.