Update config swap k and K

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 43fdf9936c
commit 461e45dea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1489,22 +1489,25 @@ elif [ "$1" = "-I" ]; then
elif [ "$1" = "-J" ]; then
echo
echo "Changing the PacSat Ground Station callsign"
echo
echo "Run the Pacsat Ground Station in the Desktop"
elif [ "$1" = "-k" ]; then
elif [ "$1" = "-K" ]; then
echo
echo "Reset PacSat Ground Station configuration"
echo
sudo killall -9 java &>/dev/null
sudo rm -r /home/pi/PacSatGround
elif [ "$1" = "-K" ]; then
elif [ "$1" = "-k" ]; then
echo
echo "Reset PacSatSim configuration"
echo
sudo systemctl stop pacsatsim
sudo systemctl stop pacsatsim &>/dev/null
sudo rm -r /home/pi/PacSat
reboot=1

Loading…
Cancel
Save

Powered by TurnKey Linux.