From 3091c9623e1e04758a8cf58dbec0f694c55042f1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 25 Mar 2019 12:12:00 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2599288a..8b8f8c03 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1643,7 +1643,7 @@ NODEUPDATE() { echo -e "${idsCL[LightGreen]}-------------------------------------------${idsCL[Default]}" if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${MYSQLMANAGER}"* ]]; then nip='localhost ' - NCMD='' + NCMD='ssh root@localhost' else nip=${MYSQLMANAGER} NCMD="ssh root@${MYSQLMANAGER}"