From b82b8acdabb9886884d8dc0701c0c0e975e8382b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 22 Sep 2021 15:20:34 +0200 Subject: [PATCH] Fix COMPOSER_HOME not exported? --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f5af1a6..1445326 100644 --- a/scripts/install +++ b/scripts/install @@ -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