Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-06 23:17:39 -06:00
parent ff50975cff
commit 6ea64d2e9f

View File

@@ -494,7 +494,7 @@ NEWSITE(){
echo -e -n "${idsCL[LightCyan]}Create SSL for site? [Y/n] ${idsCL[Default]}"
read CREATE_SSL
showdivide=yes
if [[ $CREATE_SSL =~ ^[Yy]$ ]]; then
if [[ $CREATE_SSL =~ ^[Yy]$ ]] || [ "${CREATE_SSL}" = "" ]; then
CREATE_SSL=yes
else
CREATE_SSL=no
@@ -878,7 +878,7 @@ GUI(){
case $opt in
1) STATUS; GUI;;
2) SERVICES; GUI;;
3) NEWSITE; GUI;;
3) NEW SITE; GUI;;
4) DELSITES; GUI;;
5) NEWCERT; GUI;;
6) CERTRENEW; GUI;;