We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0678bde commit 83316a3Copy full SHA for 83316a3
bin/v-add-sys-filemanager
@@ -13,12 +13,13 @@
13
# Includes
14
source $HESTIA/func/main.sh
15
source $HESTIA/conf/hestia.conf
16
+source $HESTIA/install/upgrade/upgrade.conf
17
18
MODE=$1
19
user="admin"
20
21
FM_INSTALL_DIR="$HESTIA/web/fm"
-FM_V="7.4.1"
22
+#FM_V="7.4.1"
23
FM_FILE="filegator_v${FM_V}.zip"
24
FM_URL="https://github.com/filegator/filegator/releases/download/v${FM_V}/${FM_FILE}"
25
COMPOSER_BIN="$HOMEDIR/$user/.composer/composer"
install/upgrade/upgrade.conf
@@ -57,3 +57,6 @@ rc_v="1.4.11"
57
58
# Set version of Rainloop (Webmail) to update during upgrade if not already installed
59
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