From fff5e4c2f60ed9a3dd11d8db308210bbc2c0d54d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jan 2019 17:13:14 -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 24590c17..0577c32c 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"