From 4d4d7b8227e9e8e676259db53151b9ebe22a1a61 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Nov 2019 19:48:29 -0600 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 04e122a7..5096ee07 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1414,7 +1414,7 @@ NODEUPDATE() { idsST=('') fi declare -i cw; declare -i spc1; declare -i c - echo -e "${idsCL[LightGreen]}Updating All Nodes and Webservers${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}Updating All Nodes${idsCL[Default]}" echo -e "${idsCL[LightGreen]}-------------------------------------------${idsCL[Default]}" nip=${MYSQLMANAGER} if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${nip}"* ]]; then