From 51b0ca8482ed22ebb1eb4a8eb413e9b6cdc686c3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 6 Mar 2024 12:18:23 -0500 Subject: [PATCH] Update config reboot on -B change all modes --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 33da8587..3219d2bd 100755 --- a/config +++ b/config @@ -523,11 +523,11 @@ elif [ "$1" = "-B" ]; then echo "$value" > /dev/null set -- $value - if [ "$1" = "a" ] || [ "$1" = "s" ] || [ "$1" = "m" ] ; then +# if [ "$1" = "a" ] || [ "$1" = "s" ] || [ "$1" = "m" ] ; then echo "rebooting" # sudo systemctl restart cubesatsim - sudo reboot now - fi + sudo reboot now +# fi fi elif [ "$1" = "-q" ]; then