Update config remove pacsat ground reset

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

@ -1490,14 +1490,6 @@ elif [ "$1" = "-I" ]; then
# restart=1 # restart=1
# fi # fi
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
@ -1547,7 +1539,6 @@ elif [ "$1" = "-h" ]; then
echo " -L Change microphone level for command and control" echo " -L Change microphone level for command and control"
echo " -g Reset configuration back to default settings and shutdown" echo " -g Reset configuration back to default settings and shutdown"
echo " -k Reset the PacSatSim Configuration" echo " -k Reset the PacSatSim Configuration"
echo " -K Reset the PacSatSim Ground Station Configuration"
echo echo
exit exit

Loading…
Cancel
Save

Powered by TurnKey Linux.