Update nodemgmt-scripts.sh

This commit is contained in:
2019-03-03 23:32:47 -06:00
parent 0ecbdeb8e1
commit bf17f4d256

View File

@@ -1421,6 +1421,7 @@ NODEUPDATE() {
echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}"
nid=`expr $nid + 1`
done
echo
nid=1
for nip in "${WEB_HOSTS[@]}"; do
if [[ $(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) == *"${nip}"* ]]; then