mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
*Use double quotes to follow formatting style
This commit is contained in:
parent
949576ff19
commit
cdd70c3fdc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ check_result $? "SSL install" >/dev/null
|
|||
if [ ! -z "$LETSENCRYPT" ]; then
|
||||
update_object_value 'web' 'DOMAIN' "$domain" '$LETSENCRYPT' 'yes'
|
||||
else
|
||||
add_object_key 'web' 'DOMAIN' "$domain" 'LETSENCRYPT' 'yes'
|
||||
add_object_key "web" 'DOMAIN' "$domain" 'LETSENCRYPT' 'yes'
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue