full path for rm

pull/100/head
alanbjohnston 5 years ago committed by GitHub
parent 60f8784f46
commit 19695b91e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
echo -e "\nupdate script for CubeSatSim\n"
sudo rm morse.wav id.txt cw.txt > /dev/null 2>&1
sudo rm /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/id.txt /home/pi/CubeSatSim/cw.txt > /dev/null 2>&1
if [ "$1" = "u" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.