Update nodemgmt-scripts.sh
This commit is contained in:
@@ -494,7 +494,7 @@ NEWSITE(){
|
|||||||
echo -e -n "${idsCL[LightCyan]}Create SSL for site? [Y/n] ${idsCL[Default]}"
|
echo -e -n "${idsCL[LightCyan]}Create SSL for site? [Y/n] ${idsCL[Default]}"
|
||||||
read CREATE_SSL
|
read CREATE_SSL
|
||||||
showdivide=yes
|
showdivide=yes
|
||||||
if [[ $CREATE_SSL =~ ^[Yy]$ ]]; then
|
if [[ $CREATE_SSL =~ ^[Yy]$ ]] || [ "${CREATE_SSL}" = "" ]; then
|
||||||
CREATE_SSL=yes
|
CREATE_SSL=yes
|
||||||
else
|
else
|
||||||
CREATE_SSL=no
|
CREATE_SSL=no
|
||||||
|
|||||||
Reference in New Issue
Block a user