set up gui

This commit is contained in:
2019-02-03 18:52:39 -06:00
parent 4a2272df8b
commit 0522b6dd77
2 changed files with 48 additions and 1 deletions

3
run.sh
View File

@@ -12,6 +12,9 @@ source /opt/idssys/nodemgmt/defaults.inc
if [ "$1" != "service" ] && [ "$1" != "status" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ]; then
if [ "$1" != "status" ]; then
if [ $1 = gui ]; then
clear
fi
echo ""
echo -e "${idsCL[Yellow]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}"
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"