Update config fix gpsd status check

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 8a5d4b2e7a
commit ffdd22fcc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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) "

Loading…
Cancel
Save

Powered by TurnKey Linux.