From 7d161c65a76813edc9b55d56c8dd3f8ae93f1e14 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 12 Mar 2026 13:58:06 -0400 Subject: [PATCH] Update config fix command_count.txt --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 67f3c90e..73eae931 100755 --- a/config +++ b/config @@ -876,7 +876,7 @@ elif [ "$1" = "-R" ]; then echo echo "Current commands count is:" - cat /home/pi/CubeSatSim/commands_count.txt + cat /home/pi/CubeSatSim/command_count.txt echo echo "Do you want to reset the commands count to zero (y/n) "