Update default.inc

This commit is contained in:
2023-04-08 10:38:38 -05:00
parent 53a558bfeb
commit 3ac1d92626

View File

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