set up gui
This commit is contained in:
3
run.sh
3
run.sh
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user