Update defaults.inc

This commit is contained in:
2024-08-05 20:18:16 -05:00
parent a1b2f6425a
commit c413553766

View File

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