From 19695b91e70a70a4b1e0ba4549c7a830c5658a52 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 16:21:58 -0400 Subject: [PATCH] full path for rm --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index d1455b61..1fb37cdc 100755 --- a/update +++ b/update @@ -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