Update config fix typo

master-ff
Alan Johnston 6 months ago committed by GitHub
parent 1418756af4
commit 4e30c974b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.