Skip to content

Commit 949576f

Browse files
committed
*Leave out variable sign when running add_object_key
1 parent 443bf67 commit 949576f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ check_result $? "SSL install" >/dev/null
9090
if [ ! -z "$LETSENCRYPT" ]; then
9191
update_object_value 'web' 'DOMAIN' "$domain" '$LETSENCRYPT' 'yes'
9292
else
93-
add_object_key 'web' 'DOMAIN' "$domain" '$LETSENCRYPT' 'yes'
93+
add_object_key 'web' 'DOMAIN' "$domain" 'LETSENCRYPT' 'yes'
9494
fi
9595

9696

0 commit comments

Comments
 (0)