From 201c2d9cb3fdcdf823e01b66689dee80ff50c0a9 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 16 Aug 2025 15:53:15 -0400 Subject: [PATCH] Update config change fail mode on -N --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 731ddb53..3c0edf0a 100755 --- a/config +++ b/config @@ -1684,6 +1684,7 @@ elif [ "$1" = "-N" ]; then fail=1 fi echo $fail + /home/pi/CubeSatSim/config -M $fail fi