From a24522868992b804f48f453f51ea5e8226f36b6d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 07:20:49 -0500 Subject: [PATCH] Update config add gpsmon print --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index f2ff1fb8..391ca91c 100755 --- a/config +++ b/config @@ -1790,6 +1790,9 @@ elif [ "$1" = "-u" ]; then echo "gpsd set to ON" sudo systemctl enable gpsd sudo systemctl enable gpsd.socket + echo + echo "to monitor your gps device, use the command gpsmon" + echo reboot=1 fi