From ff8a93342043915fe68637bebd329aac7ab0faa1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 14:59:12 -0500 Subject: [PATCH] Update config fix print new --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index ebdebb0c..74fb6c7e 100755 --- a/config +++ b/config @@ -1117,7 +1117,7 @@ elif [ "$1" = "-n" ]; then if [ "$1" = "n" ]; then echo "Turning Transmit Commands mode OFF" if [ "$new" = "a" ] || [ "$new" = "f" ] || [ "$new" = "b" ] || [ "$new" = "s" ] || [ "$new" = "m" ] || [ "$new" = "e" ] || [ "$new" = "j" ] ; then - echo "Switching to mode "$2 + echo "Switching to mode "$new sudo echo $new > /home/pi/CubeSatSim/.mode restart=1 else