From c9cb1eb508da6ba96e050c9c09171f4444dad89c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 18 Jan 2026 14:29:57 -0500 Subject: [PATCH] Update config exiting -n reboot --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 0ad15af1..ef5d451d 100755 --- a/config +++ b/config @@ -1182,7 +1182,7 @@ elif [ "$1" = "-n" ]; then else echo "Switching to BPSK mode" sudo echo "b" > /home/pi/CubeSatSim/.mode - restart=1 + reboot=1 fi sudo systemctl restart command else