Update update added notebook arg

beta-pl
Alan Johnston 2 years ago committed by GitHub
parent 34f8f6800b
commit a86b7f3955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,16 @@
echo -e "\nupdate script for CubeSatSim v1.3.2\n"
if [ "$1" = "n" ] ; then
# if [ -z "$2" ] ; then
noreboot=0
else
noreboot=1
fi
echo "No reboot"
echo $noreboot
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.