Updated verbiage
This commit is contained in:
parent
6024df6d52
commit
69d0688186
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ check () {
|
||||||
curl -s -o /dev/null $MIRROR
|
curl -s -o /dev/null $MIRROR
|
||||||
|
|
||||||
if [[ $? != 0 ]]; then
|
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
|
sleep 60
|
||||||
check
|
check
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue