From 83e1c0b6abc76ea7de3e3d9ba78430e4343907b4 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:43:37 +0100 Subject: [PATCH] fix pushd dir --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 128606d..4cb95f0 100755 --- a/scripts/install +++ b/scripts/install @@ -46,7 +46,7 @@ ynh_add_nginx_config # BUILD APP #================================================= -pushd $install_dir/terraforming-mars +pushd $install_dir ynh_use_nodejs ynh_script_progression --message="npm install... This can be very long, be patient !" --weight=18