Update defaults.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user