Skip to content

Commit 02856d5

Browse files
author
Kristan Kenney
committed
Merge branch 'bugfix/2020-07_fm-installer' into staging/fixes
2 parents 4cc98ae + 0a53670 commit 02856d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ chown admin:admin $HESTIA/data/sessions
18831883
#----------------------------------------------------------#
18841884

18851885
echo "(*) Configuring File Manager..."
1886-
source $HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
1886+
$HESTIA/bin/v-add-sys-filemanager > /dev/null 2>&1
18871887

18881888

18891889
#----------------------------------------------------------#

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ chown admin:admin $HESTIA/data/sessions
18871887
#----------------------------------------------------------#
18881888

18891889
echo "(*) Configuring File Manager..."
1890-
source $HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
1890+
$HESTIA/bin/v-add-sys-filemanager > /dev/null 2>&1
18911891

18921892

18931893
#----------------------------------------------------------#

0 commit comments

Comments
 (0)