*Use double quotes to follow formatting style

This commit is contained in:
Derrick Hammer 2016-08-13 15:25:27 -04:00
commit cdd70c3fdc

View file

@ -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