We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740cd6e commit 88c7393Copy full SHA for 88c7393
1 file changed
bin/v-delete-mail-domain-ssl
@@ -8,15 +8,15 @@
8
# Variable&Function #
9
#----------------------------------------------------------#
10
11
+# Argument definition
12
+user=$1
13
+domain=$2
14
+
15
# Includes
16
source $HESTIA/func/main.sh
17
source $HESTIA/func/domain.sh
18
source $HESTIA/conf/hestia.conf
19
-# Argument definition
-user=$1
-domain=$2
-
20
# Additional argument formatting
21
format_domain
22
format_domain_idn
0 commit comments