Skip to content

Commit

Permalink
get_pgns.sh: add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
wang701 committed May 15, 2018
1 parent 00574cf commit 10e6a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/get_pgns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ curl -o /opt/tmp_pgns http://cloudradio39.ecn.purdue.edu/pgns -m 30 > /dev/null

if [ $? != 0 ]; then
echo 'curl failed, check network status'
udevadm trigger
udevadm trigger && echo 'try retriggering udev to setup Internet ...'
exit 1
fi

Expand Down

0 comments on commit 10e6a84

Please sign in to comment.