From 3d9d4ae3c8d68661a3be0de225453cb4aca13249 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 08:08:56 -0500 Subject: [PATCH] Update config after gpsd toggle, reboot --- config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index 32ed69fc..5f0079e2 100755 --- a/config +++ b/config @@ -1201,10 +1201,11 @@ elif [ "$1" = "-F" ]; then 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 - restart=1 + reboot=1 fi elif [ "$1" = "-o" ]; then