|
@ -7,6 +7,8 @@ function ee_mod_delete_nginxconf() |
|
|
# Delete NGINX configuration without any prompt |
|
|
# Delete NGINX configuration without any prompt |
|
|
local ee_prompt="y" |
|
|
local ee_prompt="y" |
|
|
else |
|
|
else |
|
|
|
|
|
# Fix read prompt |
|
|
|
|
|
stty echo |
|
|
# Ask user to confirm |
|
|
# Ask user to confirm |
|
|
read -p "Are you sure to remove $EE_DOMAIN NGINX configuration (y/n): " ee_prompt |
|
|
read -p "Are you sure to remove $EE_DOMAIN NGINX configuration (y/n): " ee_prompt |
|
|
fi |
|
|
fi |
|
|