Update install remove aprs files on update

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

@ -12,6 +12,9 @@ if [ -f "$FILE" ]; then
echo -e "\nUpdate script for CubeSatSim v2.2\n" echo -e "\nUpdate script for CubeSatSim v2.2\n"
sudo rm /home/pi/CubeSatSim/telem.wav &>/dev/null
sudo rm /home/pi/CubeSatSim/t.txt &>/dev/null
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
checkout=0 checkout=0
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.