From 268912973ca1c431b526c20f1858e7959850e83c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 13 Aug 2023 11:28:13 -0400 Subject: [PATCH] Update config to delete command_count instead of reset to 0 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 9292884b..9df95d89 100755 --- a/config +++ b/config @@ -399,7 +399,7 @@ elif [ "$1" = "-R" ]; then echo if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then - sudo echo "0" > /home/pi/CubeSatSim/command_count.txt + sudo rum /home/pi/CubeSatSim/command_count.txt echo "Commands count reset to 0" else echo "Commands count not reset"