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