Skip to content

Commit 83316a3

Browse files
committed
Fix issues where an older version is installed then the last one.
1 parent 0678bde commit 83316a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bin/v-add-sys-filemanager

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
# Includes
1414
source $HESTIA/func/main.sh
1515
source $HESTIA/conf/hestia.conf
16+
source $HESTIA/install/upgrade/upgrade.conf
1617

1718
MODE=$1
1819
user="admin"
1920

2021
FM_INSTALL_DIR="$HESTIA/web/fm"
21-
FM_V="7.4.1"
22+
#FM_V="7.4.1"
2223
FM_FILE="filegator_v${FM_V}.zip"
2324
FM_URL="https://github.com/filegator/filegator/releases/download/v${FM_V}/${FM_FILE}"
2425
COMPOSER_BIN="$HOMEDIR/$user/.composer/composer"

install/upgrade/upgrade.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ rc_v="1.4.11"
5757

5858
# Set version of Rainloop (Webmail) to update during upgrade if not already installed
5959
rl_v="1.15.0"
60+
61+
# Set version of File manager to update during upgrade if not already installed
62+
rl_v="1.15.0"

0 commit comments

Comments
 (0)