added /dev/null redirection for rm

pull/100/head
alanbjohnston 5 years ago committed by GitHub
parent 23bf1b6dd7
commit 60f8784f46
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
sudo rm morse.wav id.txt cw.txt > /dev/null 2>&1
if [ "$1" = "u" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.