We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d516e commit 323a117Copy full SHA for 323a117
1 file changed
bin/v-add-letsencrypt-domain
@@ -71,7 +71,7 @@ if [ ! -z "$mail" ]; then
71
is_boolean_format_valid "$mail" 'mail'
72
fi
73
74
-if [ "$mail" = 'no' ]; then
+if [ -z "$mail" ] || [ "$mail" = 'no' ]; then
75
mail=''
76
is_system_enabled "$WEB_SYSTEM" 'WEB_SYSTEM'
77
is_object_valid 'web' 'DOMAIN' "$domain"
0 commit comments