This commit is contained in:
alcapone1933
2023-04-11 18:56:11 +02:00
parent 84a2b80e7c
commit 1c08c983aa
7 changed files with 25 additions and 10 deletions

View File

@@ -151,5 +151,11 @@ else
fi
fi
}
CHECK_A_DOMAIN
if [[ "$IP_CHECK" =~ (YES|yes|Yes) ]] ; then
CHECK_A_DOMAIN
else
echo > /dev/null
fi
echo "=============================================================================================="

View File

@@ -152,5 +152,11 @@ else
fi
fi
}
CHECK_A_DOMAIN
if [[ "$IP_CHECK" =~ (YES|yes|Yes) ]] ; then
CHECK_A_DOMAIN
else
echo > /dev/null
fi
echo "=============================================================================================="