From 50bc03d1d1d6b87464608565412e37f62dd03abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 28 Jan 2024 17:43:51 +0100 Subject: [PATCH] Fix: set cells_worging_dir --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 568478a..f5c640d 100755 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ ynh_add_config --template="../conf/install-conf.yml" --destination="$install_dir ynh_delete_file_checksum --file="$install_dir/install-conf.yml" pushd "$install_dir" - ynh_exec_as "$app" ./cells configure --cli --yaml "./install-conf.yml" + ynh_exec_as "$app" env CELLS_WORKING_DIR="$install_dir" ./cells configure --cli --yaml "./install-conf.yml" popd ynh_secure_remove --file="$install_dir/install-conf.yml"