From 6ece8ea7c917920caab73977ca8ee6bf11b32a39 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 3 Mar 2026 12:02:04 -0500 Subject: [PATCH] Update config remove pacsat ground reset --- config | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config b/config index 09394c01..55aaba34 100755 --- a/config +++ b/config @@ -1490,14 +1490,6 @@ elif [ "$1" = "-I" ]; then # restart=1 # 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 echo @@ -1547,7 +1539,6 @@ elif [ "$1" = "-h" ]; then echo " -L Change microphone level for command and control" echo " -g Reset configuration back to default settings and shutdown" echo " -k Reset the PacSatSim Configuration" - echo " -K Reset the PacSatSim Ground Station Configuration" echo exit