From 6d67a903bbc9a94c6e3c11d036e3961f9d8d2357 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 6 Aug 2021 21:29:05 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3b59683..c40e47b 100644 --- a/scripts/install +++ b/scripts/install @@ -116,13 +116,13 @@ ynh_add_config --template="../conf/.env" --destination="$final_path/.env" #============================================== ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=40 -chown -R $app: $final_path - pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less yarn install popd +chown -R $app: $final_path + #================================================= # SETUP SYSTEMD #=================================================