Browse Source

Remove old code from v-*-delete-mail-domain-ssl

Kristan Kenney 7 years ago
parent
commit
52ea2ea506
2 changed files with 0 additions and 8 deletions
  1. 0 3
      bin/v-add-mail-domain-ssl
  2. 0 5
      bin/v-delete-mail-domain-ssl

+ 0 - 3
bin/v-add-mail-domain-ssl

@@ -79,9 +79,6 @@ increase_user_value "$user" '$U_MAIL_SSL'
 # Set SSL as enabled in configuration
 update_object_value 'mail' 'DOMAIN' "$domain" '$SSL' "yes"
 
-
-
-
 #----------------------------------------------------------#
 #                       Hestia                             #
 #----------------------------------------------------------#

+ 0 - 5
bin/v-delete-mail-domain-ssl

@@ -42,11 +42,6 @@ is_object_value_exist 'mail' 'DOMAIN' "$domain" '$SSL'
 # Delete mail domain SSL configuration
 del_mail_ssl_config
 
-# Delete SSL webmail configuration
-if [ ! -z "$WEB_SYSTEM" ]; then
-    del_webmail_ssl_config
-fi
-
 #----------------------------------------------------------#
 #                       Hestia                              #
 #----------------------------------------------------------#