From 996fd047258d6c07ec395087a90f55818e67e897 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 8 May 2023 17:42:05 +0200 Subject: [PATCH] delay start --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b33ef27..ffe0af0 100755 --- a/scripts/install +++ b/scripts/install @@ -51,7 +51,7 @@ ynh_use_nodejs pushd $install_dir ynh_exec_warn_less yarn install --network-timeout=30000 ynh_exec_warn_less yarn run build -ynh_exec_warn_less yarn start +#ynh_exec_warn_less yarn start popd chmod 750 "$install_dir"