diff --git a/fedora_upgrade b/fedora_upgrade index e5443af..7bb1697 100644 --- a/fedora_upgrade +++ b/fedora_upgrade @@ -8,7 +8,7 @@ check () { curl -s -o /dev/null $MIRROR if [[ $? != 0 ]]; then - echo "Internet connection not found, or mirror is offline. Trying again in 60 seconds.." + echo "Internet connection, or mirror, is offline. Trying again in 60 seconds.." sleep 60 check return