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]}"
|
||||
read CREATE_SSL
|
||||
showdivide=yes
|
||||
if [[ $CREATE_SSL =~ ^[Yy]$ ]]; then
|
||||
if [[ $CREATE_SSL =~ ^[Yy]$ ]] || [ "${CREATE_SSL}" = "" ]; then
|
||||
CREATE_SSL=yes
|
||||
else
|
||||
CREATE_SSL=no
|
||||
|
||||
Reference in New Issue
Block a user