Update nodemgmt-scripts.sh
This commit is contained in:
@@ -170,7 +170,7 @@ NEWSITE(){
|
||||
if [ ! -z ${PROXYSCHEME+x} ] && [ ! -z ${PROXYHOST+x} ] && [ ! -z ${PROXYPORT+x} ]; then GO=true; fi
|
||||
else GO=true; fi
|
||||
if [ "${GO}" = "true" ]; then
|
||||
echo -e "${idsCL[LightGreen]}Setting up new site for '${idsCL[Yellow]}${MAIN_SITE}${idsCL[LightGreen]}' {${NGINX_SERVERNAM}}...${idsCL[Default]}"
|
||||
echo -e "${idsCL[LightGreen]}Setting up new site for '${idsCL[Yellow]}${MAIN_SITE}${idsCL[LightGreen]}' {${NGINX_SERVERNAME}}...${idsCL[Default]}"
|
||||
echo ""
|
||||
if [ "${SITE_TYPE}" = "local" ]; then
|
||||
echo -e "server {
|
||||
@@ -452,7 +452,7 @@ if [ ${action-x} ]; then
|
||||
certrenew) CERTRENEW;;
|
||||
nightlyrenew) NIGHTLYRENEW;;
|
||||
delsite) DELSITE;;
|
||||
newsite) NEWSITE ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};;
|
||||
newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};;
|
||||
update) ;;
|
||||
status) STATUS;;
|
||||
status-check) STATUS-CHECK;;
|
||||
|
||||
Reference in New Issue
Block a user