File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -1681,10 +1681,8 @@ fi
16811681# Configure FileManager #
16821682# ----------------------------------------------------------#
16831683
1684- if [ " $nginx " = ' yes' ]; then
1685- echo " (*) Configuring Filegator FileManager..."
1686- source HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
1687- fi
1684+ echo " (*) Configuring Filegator FileManager..."
1685+ source HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
16881686
16891687
16901688# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -1636,10 +1636,8 @@ fi
16361636# Configure FileManager #
16371637# ----------------------------------------------------------#
16381638
1639- if [ " $nginx " = ' yes' ]; then
1640- echo " (*) Configuring Filegator FileManager..."
1641- source HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
1642- fi
1639+ echo " (*) Configuring Filegator FileManager..."
1640+ source HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
16431641
16441642
16451643# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ if [ "$WEB_SYSTEM" = "apache2" ]; then
7979fi
8080
8181# Install Filegator FileManager during upgrade
82- if [ -e " /etc/nginx/nginx.conf " ]; then
82+ if [ ! -e " $HESTIA /web/fm/configuration.php " ]; then
8383 echo " (*) Configuring Filegator FileManager..."
8484 source HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
8585fi
You can’t perform that action at this time.
0 commit comments