Skip to content

Commit

Permalink
remove gpsd check
Browse files Browse the repository at this point in the history
  • Loading branch information
km4ack committed Feb 5, 2021
1 parent 00f9ba8 commit 78edbfb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conky/grid
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ GRID=$($HOME/bin/conky/get-grid)
GRIDCH=$(echo $GRID | grep -i JJ00)
FILE=/run/user/$UID/gridinfo.txt

#check if GPS software installed
if ! hash gpsd>/dev/null; then
echo "GPSD-Err" > $FILE
exit 1
fi

if [ -z "$GRIDCH" ]
then
echo $GRID > $FILE
Expand Down

0 comments on commit 78edbfb

Please sign in to comment.