Skip to content

Commit 2b06ef5

Browse files
committed
fixed typo in test
1 parent 3867eb3 commit 2b06ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v_change_web_domain_tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if [ -x $V_WEBTPL/apache_$template.sh ]; then
104104
fi
105105

106106
# Checking ssl
107-
if [ ! -z "$cert" = 'yes' ]; then
107+
if [ ! -z "$cert" ]; then
108108
# Defining variables for ssl template replace
109109
web_ssl_port=$(get_config_value '$WEB_SSL_PORT')
110110
tpl_option=$(get_web_domain_value '$SSL_HOME')

0 commit comments

Comments
 (0)