diff --git a/mister_updater.sh b/mister_updater.sh index 7204202..f799dd8 100644 --- a/mister_updater.sh +++ b/mister_updater.sh @@ -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 \ No newline at end of file