Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-27 00:08:02 -06:00
parent 727e53a70c
commit b4293da182

View File

@@ -1473,6 +1473,7 @@ SERVICE(){
nid=`expr $nid + 1`
done
fi
nid=1
if [[ "${WEBSERVICES_CHECK}" = *"${1}"* ]]; then
for nip in "${WEB_HOSTS[@]}"; do
if [[ $(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) == *"${nip}"* ]]; then