From 3b3dd6d4932b3dae006bae9d6ae9d46fbe75ad95 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:43:28 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4262614..bb1be45 100755 --- a/scripts/install +++ b/scripts/install @@ -121,8 +121,8 @@ ynh_secure_remove --file="$install_dir/build" ynh_script_progression --message="Building app..." pushd "$install_dir/live" ynh_use_nodejs - ynh_exec_warn_less node genScript install | bash - ynh_exec_warn_less node genScript compile | bash + ynh_exec_warn_less node genScript install + ynh_exec_warn_less node genScript compile popd #ynh_script_progression --message="Building app..."