diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 0be9b190..f0c51705 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1408,7 +1408,7 @@ NODEUPDATE() { if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"${MYSQLMANAGER}"* ]]; then nip=${MYSQLMANAGER} c=0; cw=15; spc='' - spc1=${cw}-${#NM_NODETYPES[$NTYPE]} + spc1=${cw}-13 until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en "Updating MySQL-Manager${spc}($nip)...${idsCL[Default]}" #ssh root@${MYSQLMANAGER} "nodemgmt update q"