We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b39f9 + 5c7e630 commit 3f28aabCopy full SHA for 3f28aab
install/upgrade/manual/configure-server-smtp.sh
@@ -13,6 +13,8 @@
13
#----------------------------------------------------------#
14
15
# Includes
16
+# shellcheck source=/etc/hestiacp/hestia.conf
17
+source /etc/hestiacp/hestia.conf
18
# shellcheck source=/usr/local/hestia/func/main.sh
19
source $HESTIA/func/main.sh
20
# shellcheck source=/usr/local/hestia/conf/hestia.conf
@@ -78,4 +80,4 @@ function setupFiles
78
80
fi
79
81
}
82
-setupFiles
83
+setupFiles
0 commit comments