From 4e30c974b0615b78221e9dba4277f49dc2e36c9e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 12 Jun 2025 13:56:47 -0400 Subject: [PATCH] Update config fix typo --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 894360a7..254b02b9 100755 --- a/config +++ b/config @@ -893,7 +893,7 @@ elif [ "$1" = "-R" ]; then if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then sudo rm /home/pi/CubeSatSim/command_count.txt > /dev/null 2>&1 echo "Commands count reset to 0" - echo "0\n" > /home/pi/CubeSatSim/command_count.txt + echo "0" > /home/pi/CubeSatSim/command_count.txt else echo "Commands count not reset" fi