Update defaults.inc

This commit is contained in:
2022-02-11 23:41:03 -06:00
parent 4b31235aad
commit c396227fc1

View File

@@ -209,7 +209,7 @@ CERT-CHECK(){
CHECK_HOST(){
if [ ! -z ${1+x} ]; then
ping -c 3 ${1} > /dev/null 2>&1
ping -c 6 ${1} > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo false
else