Skip to content

Commit 52ea2ea

Browse files
author
Kristan Kenney
committed
Remove old code from v-*-delete-mail-domain-ssl
1 parent e29db56 commit 52ea2ea

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

bin/v-add-mail-domain-ssl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ increase_user_value "$user" '$U_MAIL_SSL'
7979
# Set SSL as enabled in configuration
8080
update_object_value 'mail' 'DOMAIN' "$domain" '$SSL' "yes"
8181

82-
83-
84-
8582
#----------------------------------------------------------#
8683
# Hestia #
8784
#----------------------------------------------------------#

bin/v-delete-mail-domain-ssl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ is_object_value_exist 'mail' 'DOMAIN' "$domain" '$SSL'
4242
# Delete mail domain SSL configuration
4343
del_mail_ssl_config
4444

45-
# Delete SSL webmail configuration
46-
if [ ! -z "$WEB_SYSTEM" ]; then
47-
del_webmail_ssl_config
48-
fi
49-
5045
#----------------------------------------------------------#
5146
# Hestia #
5247
#----------------------------------------------------------#

0 commit comments

Comments
 (0)