Skip to content

Commit

Permalink
Merge pull request #29 from CleoQc/nostrays
Browse files Browse the repository at this point in the history
avoid orphaned index.html files when testing for internet connectivity
  • Loading branch information
Dexter Industries committed Sep 26, 2016
2 parents da9e1a1 + 0015c9c commit 0dd73f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup Files/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ read
echo " "
echo "Check for internet connectivity..."
echo "=================================="
wget -q --tries=2 --timeout=20 http://google.com
wget -q --tries=2 --timeout=20 --output-document=/dev/null http://raspberrypi.org
if [[ $? -eq 0 ]];then
echo "Connected"
else
Expand Down

0 comments on commit 0dd73f6

Please sign in to comment.