Update test.sh

This commit is contained in:
2019-02-07 14:21:52 -06:00
parent df49df291c
commit a6293efa96

View File

@@ -27,8 +27,6 @@ CHECK_HOST(){
} }
if [ $(CHECK_HOST ${1}) = "false" ]; then test=$(CHECK_HOST 10.5.10.53)
echo 'host down'
else echo $test
echo 'host up'
fi