Browse Source

Merge pull request #2488 from hestiacp/jaapmarcus-patch-1

When $HESTIA is not loaded script doesn't work
Raphael 4 years ago
parent
commit
3f28aab40e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      install/upgrade/manual/configure-server-smtp.sh

+ 3 - 1
install/upgrade/manual/configure-server-smtp.sh

@@ -13,6 +13,8 @@
 #----------------------------------------------------------#
 
 # Includes
+# shellcheck source=/etc/hestiacp/hestia.conf
+source /etc/hestiacp/hestia.conf
 # shellcheck source=/usr/local/hestia/func/main.sh
 source $HESTIA/func/main.sh
 # shellcheck source=/usr/local/hestia/conf/hestia.conf
@@ -78,4 +80,4 @@ function setupFiles
 	fi
 }
 
-setupFiles
+setupFiles