File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ cp --recursive --force ${HESTIA_INSTALL_DIR}/filemanager/filegator/* "${FM_INSTA
7878
7979chown $user : -R " ${FM_INSTALL_DIR} "
8080
81- COMPOSER_HOME=" $HOMEDIR /$user /.config/composer" user_exec /usr/bin/php $COMPOSER_BIN --quiet --no-dev install
81+ COMPOSER_HOME=" $HOMEDIR /$user /.config/composer" user_exec /usr/local/hestia/php/ bin/php $COMPOSER_BIN --quiet --no-dev install
8282
8383# Check if installation was successful, if not abort script and throw error message notification and clean-up
8484if [ $? -ne 0 ]; then
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ rm --recursive --force ${PM_INSTALL_DIR}/vendor
6565mkdir -p ${PM_INSTALL_DIR} /vendor
6666chown $user : -R ${PM_INSTALL_DIR} /vendor
6767
68- COMPOSER_HOME=" $HOMEDIR /$user /.config/composer" user_exec /usr/bin/php $COMPOSER_BIN --quiet --no-dev install
68+ COMPOSER_HOME=" $HOMEDIR /$user /.config/composer" user_exec /usr/local/hestia/php/ bin/php $COMPOSER_BIN --quiet --no-dev install
6969
7070# Check if installation was successful, if not abort script and throw error message notification and clean-up
7171if [ $? -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments