We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052da3a commit 3a73db2Copy full SHA for 3a73db2
bin/v-delete-web-domain-ssl
@@ -62,6 +62,9 @@ chown -R $user:$user $tmpdir
62
#----------------------------------------------------------#
63
64
# Update config
65
+if [ ! -z "$LETSENCRYPT" ]; then
66
+ update_object_value 'web' 'DOMAIN' "$domain" '$LETSENCRYPT' 'no'
67
+fi
68
update_object_value 'web' 'DOMAIN' "$domain" '$SSL' 'no'
69
70
# Decreasing domain value
0 commit comments