From 01770f5fd4cc4ec3b1d6f2d9bcc0d2221e6e1616 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 17 Aug 2025 09:10:12 -0400 Subject: [PATCH] Update config include mode in wall msg --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index f488be66..8e2cb934 100755 --- a/config +++ b/config @@ -1675,8 +1675,8 @@ elif [ "$1" = "-M" ]; then echo echo $MODE > /home/pi/CubeSatSim/failure_mode.txt - echo -n "Changing simulated failure mode to " | wall - echo $MODE | wall + echo "Changing simulated failure mode to $MODE" | wall + elif [ "$1" = "-N" ]; then