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
sudo rm /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
touch /home/pi/CubeSatSim/ready
sudo touch /home/pi/CubeSatSim/ready
sleep 5
touch /home/pi/CubeSatSim/ready
sudo touch /home/pi/CubeSatSim/ready
echo
echo "Do you want to send another APRS command packet (y/n) "
read sim
echo
done
sudo rm /home/pi/CubeSatSim/t.txt
sudo systemctl restart cubesatsim

Loading…
Cancel
Save

Powered by TurnKey Linux.