Serghey Rodin пре 14 година
родитељ
комит
2b06ef5faa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/v_change_web_domain_tpl

+ 1 - 1
bin/v_change_web_domain_tpl

@@ -104,7 +104,7 @@ if [ -x $V_WEBTPL/apache_$template.sh ]; then
 fi
 fi
 
 
 # Checking ssl
 # Checking ssl
-if [ ! -z "$cert" = 'yes' ]; then
+if [ ! -z "$cert" ]; then
     # Defining variables for ssl template replace
     # Defining variables for ssl template replace
     web_ssl_port=$(get_config_value '$WEB_SSL_PORT')
     web_ssl_port=$(get_config_value '$WEB_SSL_PORT')
     tpl_option=$(get_web_domain_value '$SSL_HOME')
     tpl_option=$(get_web_domain_value '$SSL_HOME')