From 289fc2a9e6454133e61c39a51cd7a02d010bec60 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jan 2019 17:13:41 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 0577c32c..acf1620f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -17,9 +17,9 @@ MAIN_MENU() { clear echo "" echo -e "${idsCL[LightGreen]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" - echo -e "${idsCL[LightGreen]}-----------------------------------------------------------------${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}-------------------------------------------------------------${idsCL[Default]}" echo -e "Node hostname: ${node_hostname}" - echo -e "${idsCL[LightGreen]}-----------------------------------------------------------------${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}-------------------------------------------------------------${idsCL[Default]}" echo "" echo " [1] Change Backup Location" echo " [2] Change MySQL User"