update
This commit is contained in:
@@ -447,7 +447,6 @@ GUI(){
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
echo ""
|
|
||||||
if [ ${action-x} ]; then
|
if [ ${action-x} ]; then
|
||||||
case $action in
|
case $action in
|
||||||
newcert) NEWCERT;;
|
newcert) NEWCERT;;
|
||||||
@@ -456,7 +455,7 @@ if [ ${action-x} ]; then
|
|||||||
delsite) DELSITE;;
|
delsite) DELSITE;;
|
||||||
newsite) NEWSITE;;
|
newsite) NEWSITE;;
|
||||||
update) ;;
|
update) ;;
|
||||||
status) STATUS; GUI;;
|
status) echo ""; STATUS; ${0} GUI exi1 0;;
|
||||||
status-check) STATUS-CHECK;;
|
status-check) STATUS-CHECK;;
|
||||||
set-permissions) SET-PERMISSIONS;;
|
set-permissions) SET-PERMISSIONS;;
|
||||||
service) SERVICE;;
|
service) SERVICE;;
|
||||||
|
|||||||
1
run.sh
1
run.sh
@@ -14,6 +14,7 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrene
|
|||||||
if [ -z $1 ]; then
|
if [ -z $1 ]; then
|
||||||
clear
|
clear
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${idsCL[Yellow]} NodeMgmt - Galera/NGINX Node Management${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}"
|
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 "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user