Update run.sh
This commit is contained in:
12
run.sh
12
run.sh
@@ -37,12 +37,12 @@ if [ "$1" != "service" ] && [ "$1" != "" ]; then
|
||||
echo -e "${idsCL[Yellow]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}"
|
||||
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
|
||||
echo -e "Node hostname: ${node_hostname}"
|
||||
echo -e "MySQL: ${SER_MYSQL}"
|
||||
echo -e "NGINX: ${SER_NGINX}"
|
||||
echo -e "Gogs: ${SER_GOGS}"
|
||||
echo -e "HAProxy: ${SER_HAP}"
|
||||
echo -e "Keepalived: ${SER_KA}"
|
||||
echo -e "MaxScale: ${SER_MS}"
|
||||
echo -e "MySQL: ${SER_MYSQL}"
|
||||
echo -e "NGINX: ${SER_NGINX}"
|
||||
echo -e "Gogs: ${SER_GOGS}"
|
||||
echo -e "HAProxy: ${SER_HAP}"
|
||||
echo -e "Keepalived: ${SER_KA}"
|
||||
echo -e "MaxScale: ${SER_MS}"
|
||||
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
|
||||
echo ""
|
||||
if [ "$1" = "update" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user