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

Fix COMPOSER_HOME not exported?

This commit is contained in:
Alexandre Aubin 2021-09-22 15:20:34 +02:00 committed by GitHub
parent 049b860396
commit b82b8acdab
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