Update defaults.inc
This commit is contained in:
@@ -114,7 +114,6 @@ CERT-CHECK(){
|
||||
}
|
||||
|
||||
CHECK_HOST(){
|
||||
echo $1
|
||||
if [ -z ${1+x} ]; then
|
||||
ping -c 3 ${1} > /dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user