diff --git a/defaults.inc b/defaults.inc index 4125e0dc..93b217c6 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='4.3.12-04252023' +VERS='4.3.13-04252023' NODETYPES=MYSQL,LB,WEB,NC,WPD,LPD,PW #NODETYPES=WPD,LPD,PW diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a07952fa..96bd4d6d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1286,9 +1286,9 @@ NEWSITE(){ -proxy_scheme) PROXYSCHEME=${2};; -proxy_host) PROXYHOST=${2};; -proxy_port) PROXYPORT=${2};; + -websocket) WEBSOCKET=${2};; -hsts) HSTS=${2};; -exploits) EXPLOITS=${2};; - -websocket) WEBSOCKET=${2};; -h | -help | --help) echo "" echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {" diff --git a/run.sh b/run.sh index f3fec187..18602bf9 100755 --- a/run.sh +++ b/run.sh @@ -61,5 +61,5 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}" fi fi -${SCRIPT} ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} +${SCRIPT} ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} exit 0