|
|
@@ -65,7 +65,7 @@ rm --recursive --force ${PM_INSTALL_DIR}/vendor
|
|
|
mkdir -p ${PM_INSTALL_DIR}/vendor
|
|
|
chown $user: -R ${PM_INSTALL_DIR}/vendor
|
|
|
|
|
|
-COMPOSER_HOME="$HOMEDIR/$user/.config/composer" user_exec /usr/bin/php $COMPOSER_BIN --quiet --no-dev install
|
|
|
+COMPOSER_HOME="$HOMEDIR/$user/.config/composer" user_exec /usr/local/hestia/php/bin/php $COMPOSER_BIN --quiet --no-dev install
|
|
|
|
|
|
# Check if installation was successful, if not abort script and throw error message notification and clean-up
|
|
|
if [ $? -ne 0 ]; then
|