Update defaults.inc

This commit is contained in:
2019-02-07 14:27:16 -06:00
parent 19595c7d7d
commit a009bad056

View File

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