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:
parent
049b860396
commit
b82b8acdab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue