From cbc78e4a2ecae12b63aa93bdfb0c79e0be387e00 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 21 Jan 2026 08:05:13 -0500 Subject: [PATCH] Update config remove start and stop gpsd for -F --- config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config b/config index 2ce274e3..621d7647 100755 --- a/config +++ b/config @@ -1092,17 +1092,17 @@ elif [ "$1" = "-F" ]; then echo echo "Restarting CubeSatSim with new configuration file" - if [[ $(sudo systemctl is-active gpsd.socket | grep inactive) ]]; then +# if [[ $(sudo systemctl is-active gpsd.socket | grep inactive) ]]; then sudo systemctl restart transmit - else - echo - echo "temporarily disabling gpsd and rebooting to program FM module" - echo "this will take about 40 seconds" - sudo systemctl stop gpsd.socket +# else +# echo +# echo "temporarily disabling gpsd and rebooting to program FM module" +# echo "this will take about 40 seconds" +# sudo systemctl stop gpsd.socket sudo systemctl restart transmit - sleep 10 - reboot=1 - fi +# sleep 10 +# reboot=1 +# fi elif [ "$1" = "-o" ]; then