mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
fixed typo in test
This commit is contained in:
parent
3867eb3352
commit
2b06ef5faa
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue