From 363ca32dabb27be33eaccc9e4ec33b87ee6f259e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 17:31:59 -0500 Subject: [PATCH] Update config print restart/reboot result --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index f71dd468..1d02c548 100755 --- a/config +++ b/config @@ -57,8 +57,10 @@ function check_restart { FILE=/home/pi/CubeSatSim/battery_saver if [ -f "$FILE" ]; then restart=1 + echo "Need to restart" else reboot=1 + echo "Need to reboot" fi else restart=1