1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osticket_ynh.git synced 2024-09-03 19:56:17 +02:00

Merge pull request #27 from YunoHost-Apps/alexAubin-patch-1

Fix COMPOSER_HOME not exported?
This commit is contained in:
yalh76 2021-10-11 19:57:12 +02:00 committed by GitHub
commit 296d4cf59f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ chown $app:www-data "$final_path/include/ost-config.php"
ynh_script_progression --message="Building plugins..."
mkdir -p "$final_path/include/plugins/build/.config/composer"
COMPOSER_HOME="$final_path/include/plugins/build/.config/composer"
export COMPOSER_HOME="$final_path/include/plugins/build/.config/composer"
pushd "$final_path/include/plugins/build"
php${phpversion} make.php hydrate