From b0e4e2b1ee9c6b8392b5581ae1647cf998b78212 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 12 Jan 2024 08:28:37 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index bb1be45..4262614 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 - ynh_exec_warn_less node genScript compile + ynh_exec_warn_less node genScript install | bash + ynh_exec_warn_less node genScript compile | bash popd #ynh_script_progression --message="Building app..."