We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949576f commit cdd70c3Copy full SHA for cdd70c3
bin/v-add-letsencrypt-domain
@@ -90,7 +90,7 @@ check_result $? "SSL install" >/dev/null
90
if [ ! -z "$LETSENCRYPT" ]; then
91
update_object_value 'web' 'DOMAIN' "$domain" '$LETSENCRYPT' 'yes'
92
else
93
- add_object_key 'web' 'DOMAIN' "$domain" 'LETSENCRYPT' 'yes'
+ add_object_key "web" 'DOMAIN' "$domain" 'LETSENCRYPT' 'yes'
94
fi
95
96
0 commit comments