Update nodemgmt-scripts.sh

This commit is contained in:
2019-10-01 23:35:59 -05:00
parent 3bb1d69c6e
commit a3fcec0043

View File

@@ -1380,7 +1380,7 @@ NODEUPDATE() {
for nip in "${!var}"; do
if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${nip}"* ]]; then
nip='localhost '
NCMD='ssh root@$localhost'
NCMD='ssh root@localhost'
else
NCMD="ssh root@${nip}"
fi