From ffdd22fcc92ed89df4259dde576f3ac9dde79501 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 21 Jan 2026 08:11:00 -0500 Subject: [PATCH] Update config fix gpsd status check --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 621d7647..9eadd9db 100755 --- a/config +++ b/config @@ -1693,7 +1693,7 @@ elif [ "$1" = "-u" ]; then echo "Change gpsd state" echo - if [[ $(sudo systemctl is-active d.socket | grep inactive) ]]; then + if [[ $(sudo systemctl is-active gpsd.socket | grep inactive) ]]; then echo "gpsd is inactive" echo echo "Do you want to turn gpsd to ON (y/n) "