From e7e965d7a1a817fbcd85442748088578756adcef Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 17 Aug 2025 09:04:41 -0400 Subject: [PATCH] Update config add wall --- config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config b/config index 9749b28d..10d6989c 100755 --- a/config +++ b/config @@ -1629,10 +1629,6 @@ elif [ "$1" = "-M" ]; then reboot=1 fi - - - - else case $MODE in 1) @@ -1679,6 +1675,9 @@ elif [ "$1" = "-M" ]; then echo echo $MODE > /home/pi/CubeSatSim/failure_mode.txt + echo 'Changing simulated failure mode to $MODE' | wall + + elif [ "$1" = "-N" ]; then FILE=/home/pi/CubeSatSim/failure_mode.txt