From 2b06ef5faadd6569dd845e4aa69a47a948090582 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 12 Jul 2011 21:28:14 +0300 Subject: [PATCH] fixed typo in test --- bin/v_change_web_domain_tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v_change_web_domain_tpl b/bin/v_change_web_domain_tpl index 3bd459572..4397e4178 100755 --- a/bin/v_change_web_domain_tpl +++ b/bin/v_change_web_domain_tpl @@ -104,7 +104,7 @@ if [ -x $V_WEBTPL/apache_$template.sh ]; then fi # Checking ssl -if [ ! -z "$cert" = 'yes' ]; then +if [ ! -z "$cert" ]; then # Defining variables for ssl template replace web_ssl_port=$(get_config_value '$WEB_SSL_PORT') tpl_option=$(get_web_domain_value '$SSL_HOME')