Skip to content

Commit ea320fa

Browse files
committed
Update Filegator Configuration when allready installed
Updates from RC to Release, Beta to Release did not update if configuration.php was changed...
1 parent e527b82 commit ea320fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/upgrade/versions/latest.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ if [ ! -e "$HESTIA/web/fm/configuration.php" ]; then
138138

139139
# Install the FileManager
140140
source $HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
141+
else
142+
echo "(*) Update Filegator Configuration..."
143+
# Update configuration.php
144+
cp -f $HESTIA_INSTALL_DIR/filemanager/filegator/configuration.php $HESTIA/web/fm/configuration.php
141145
fi
142146

143147
# Enable nginx module loading

0 commit comments

Comments
 (0)