From e90853a50100012265c32ce90456a34d43eeb03e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 18:34:17 -0500 Subject: [PATCH] Update config check_restart when entering mode n --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index c9ecaa7c..87217b73 100755 --- a/config +++ b/config @@ -1126,9 +1126,9 @@ elif [ "$1" = "-n" ]; then restart=1 fi else - echo "Turning Transmit Commands mode ON" + echo "Switching to Transmit Commands mode" + check_restart sudo echo "n" > /home/pi/CubeSatSim/.mode - restart=1 fi elif [ "$1" = "-A" ]; then