From 67768ae354585a438b0d828727aebc7e4d98ee8f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 17:49:10 -0500 Subject: [PATCH] Update config remove prints --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index dc721415..7a92b826 100755 --- a/config +++ b/config @@ -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 }