exit immediately if deploy host does not respond

This commit is contained in:
Andrew Bauer 2019-12-25 08:45:10 -06:00
parent 73aba586d4
commit aa0dc4729b
1 changed files with 2 additions and 2 deletions

View File

@ -275,9 +275,9 @@ checkdeploytarget () {
echo "*** TRACEROUTE ***"
echo
traceroute -w 2 -m 15 ${DEPLOYTARGET}
fi
exit 97
exit 97
fi
}
################