From 8e9c32cf7da4c5f35099362b03a1d991c7b7d632 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 4 Mar 2024 11:17:52 -0500 Subject: [PATCH] Update config remove spaces --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 62fb1e12..48725b77 100755 --- a/config +++ b/config @@ -501,19 +501,19 @@ elif [ "$1" = "-B" ]; then read saver echo - reboot = 0 + reboot=0 if [ "$saver" = "y" ] || [ "$saver" = "yes" ] ; then echo "Safe Mode! Battery saver mode is now ON" touch /home/pi/CubeSatSim/battery_saver if [ "$mode" = "0" ] ; then - reboot = 1 + reboot=1 fi else echo "Safe Mode is OFF. Battery saver mode is now OFF" if [ "$mode" = "1" ] ; then sudo rm /home/pi/CubeSatSim/battery_saver - reboot = 1 + reboot=1 fi fi