Update config sudo touch

beta-aprs
Alan Johnston 1 year ago committed by GitHub
parent 72e479cfc6
commit 0f85239f5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -943,15 +943,17 @@ elif [ "$1" = "-A" ]; then
esac esac
sudo rm /home/pi/CubeSatSim/t.txt sudo rm /home/pi/CubeSatSim/t.txt
echo $STRING > /home/pi/CubeSatSim/t.txt echo $STRING > /home/pi/CubeSatSim/t.txt
echo -n "\nSending APRS packet " echo
echo -n "Sending APRS packet "
echo $STRING echo $STRING
touch /home/pi/CubeSatSim/ready sudo touch /home/pi/CubeSatSim/ready
sleep 5 sleep 5
touch /home/pi/CubeSatSim/ready sudo touch /home/pi/CubeSatSim/ready
echo echo
echo "Do you want to send another APRS command packet (y/n) " echo "Do you want to send another APRS command packet (y/n) "
read sim read sim
echo
done done
sudo rm /home/pi/CubeSatSim/t.txt sudo rm /home/pi/CubeSatSim/t.txt
sudo systemctl restart cubesatsim sudo systemctl restart cubesatsim

Loading…
Cancel
Save

Powered by TurnKey Linux.