Update defaults.inc

This commit is contained in:
2024-08-05 20:23:27 -05:00
parent f94b5bef1b
commit f0560cad4c

View File

@@ -212,7 +212,7 @@ DISP_HEADER(){
CHECK_HOST_QC(){
if [ ! -z ${1+x} ]; then
ping -qw 2 -c1 ${1} > /dev/null 2>&1
ping -qw 2 -c 1 ${1} > /dev/null 2>&1
[ $? -ne 0 ] && echo false || echo true
else
echo false