From d0ff780a4df58699ba44bd9af4c3b2e80352a43c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 31 May 2026 17:26:12 -0400 Subject: [PATCH] Update config try no reboot for PacSat modes --- config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config b/config index 324a5512..c9236f48 100755 --- a/config +++ b/config @@ -95,9 +95,10 @@ function check_restart { echo "$value" > /dev/null set -- $value - if [ "$1" = "p" ] || [ "$1" = "P" ] ; then - reboot=1 - elif [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] || [ "$1" == "j" ] ; then +# if [ "$1" = "p" ] || [ "$1" = "P" ] ; then +# reboot=1 +#el + if [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] || [ "$1" == "j" ] ; then FILE=/home/pi/CubeSatSim/battery_saver if [ -f "$FILE" ]; then restart=1