From 5582fecd11c140f5f855293ea5e9cf331c394b0d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 7 Sep 2024 19:53:34 -0400 Subject: [PATCH] Update config add dev/null and fix typo --- config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config b/config index 8ff41ec8..4bc3986a 100755 --- a/config +++ b/config @@ -1381,13 +1381,13 @@ elif [ "$1" = "-g" ]; then sudo echo "f" > /home/pi/CubeSatSim/.mode - sudo rm /home/pi/CubeSatSim/battery_saver + sudo rm /home/pi/CubeSatSim/battery_saver > /dev/null 2>&1 - sudo rm /home/pi/CubeSatSim/command_control + sudo rm /home/pi/CubeSatSim/command_control > /dev/null 2>&1 - sudo rm /home/pi/CubeSatSim/command_control_direwolf + sudo rm /home/pi/CubeSatSim/command_control_direwolf > /dev/null 2>&1 - sydi rm /home/pi/CubeSatSim/beacon_off + sudo rm /home/pi/CubeSatSim/beacon_off > /dev/null 2>&1 sudo echo "0" > /home/pi/CubeSatSim/command_count.txt