We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad03702 commit 57e1bb0Copy full SHA for 57e1bb0
2 files changed
bin/v-add-mail-account
@@ -44,10 +44,6 @@ is_package_full 'MAIL_ACCOUNTS'
44
is_mail_new "$account"
45
is_password_valid
46
47
-
48
-# Perform verification if read-only mode is enabled
49
-check_hestia_demo_mode
50
51
#----------------------------------------------------------#
52
# Action #
53
bin/v-delete-dns-domain
@@ -34,6 +34,9 @@ is_object_valid 'dns' 'DOMAIN' "$domain"
34
is_object_unsuspended 'dns' 'DOMAIN' "$domain"
35
36
37
+# Perform verification if read-only mode is enabled
38
+check_hestia_demo_mode
39
+
40
41
42
0 commit comments