Changed IP timeout to 30 secs

This commit is contained in:
Fabio Belavenuto 2022-11-22 08:49:40 -03:00
parent 55d3cf0bde
commit 35d66d37cf
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ while true; do
if [ -n "${IP}" ]; then
echo -e ": \033[1;32m${IP}\033[0m"
break
elif [ ${COUNT} -eq 15 ]; then
elif [ ${COUNT} -eq 30 ]; then
echo -e ": \033[1;31mERROR\033[0m"
break
fi

View File

@ -160,7 +160,7 @@ fi
COUNT=0
echo -n "Waiting IP."
while true; do
if [ ${COUNT} -eq 15 ]; then
if [ ${COUNT} -eq 30 ]; then
echo "ERROR"
break
fi