Update install also delete uptime file if update

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent 6ef472e785
commit 0f023afeb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,6 +14,7 @@ if [ -f "$FILE" ]; then
sudo rm /home/pi/CubeSatSim/telem.wav &>/dev/null sudo rm /home/pi/CubeSatSim/telem.wav &>/dev/null
sudo rm /home/pi/CubeSatSim/t.txt &>/dev/null sudo rm /home/pi/CubeSatSim/t.txt &>/dev/null
sudo rm /home/pi/CubeSatSim/uptime &>/dev/null
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
checkout=0 checkout=0

Loading…
Cancel
Save

Powered by TurnKey Linux.