pull/322/head
KM4ACK 2021-10-12 05:18:02 -05:00
rodzic 570a1af5f1
commit 0a8c491067
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -69,9 +69,10 @@ GPS() {
#end gpsd change 11OCT2021
#Set GPS by serial ID
#GPS Variable set by main script or update script
#and placed in config file
#GPS Variable set by main script or update script and placed in config file
if [ "$GPS" != 'NONE' ]; then
sudo sed -i "s|DEVICES.*$|DEVICES=\"$GPS\"|g" /etc/default/gpsd
fi
#add xgps to menu
cat >xgps.desktop <<EOF