|
|
@@ -138,6 +138,10 @@ if [ ! -e "$HESTIA/web/fm/configuration.php" ]; then
|
|
|
|
|
|
# Install the FileManager
|
|
|
source $HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
|
|
|
+else
|
|
|
+ echo "(*) Update Filegator Configuration..."
|
|
|
+ # Update configuration.php
|
|
|
+ cp -f $HESTIA_INSTALL_DIR/filemanager/filegator/configuration.php $HESTIA/web/fm/configuration.php
|
|
|
fi
|
|
|
|
|
|
# Enable nginx module loading
|