We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3867eb3 commit 2b06ef5Copy full SHA for 2b06ef5
bin/v_change_web_domain_tpl
@@ -104,7 +104,7 @@ if [ -x $V_WEBTPL/apache_$template.sh ]; then
104
fi
105
106
# Checking ssl
107
-if [ ! -z "$cert" = 'yes' ]; then
+if [ ! -z "$cert" ]; then
108
# Defining variables for ssl template replace
109
web_ssl_port=$(get_config_value '$WEB_SSL_PORT')
110
tpl_option=$(get_web_domain_value '$SSL_HOME')
0 commit comments