Update default.inc

This commit is contained in:
2024-02-10 15:26:58 -06:00
parent cf0372078c
commit 4aa5320bc0

View File

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