Skip to content

Commit 78edbfb

Browse files
committed
remove gpsd check
1 parent 00f9ba8 commit 78edbfb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

conky/grid

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ GRID=$($HOME/bin/conky/get-grid)
88
GRIDCH=$(echo $GRID | grep -i JJ00)
99
FILE=/run/user/$UID/gridinfo.txt
1010

11-
#check if GPS software installed
12-
if ! hash gpsd>/dev/null; then
13-
echo "GPSD-Err" > $FILE
14-
exit 1
15-
fi
16-
1711
if [ -z "$GRIDCH" ]
1812
then
1913
echo $GRID > $FILE

0 commit comments

Comments
 (0)