Merge branch 'master' into patch-4

This commit is contained in:
Locutus73
2019-01-02 12:51:40 +01:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ TEMP_PATH="/tmp"
if ! ping -q -w1 -c1 google.com &>/dev/null
then
echo "No Interent connection"
echo "No Internet connection"
exit 1
fi
@@ -386,3 +386,5 @@ then
echo "You should reboot"
fi
fi
exit 0