From 92fb4afcb6cc98559d8136694c6a4cef2b7109af Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 12:21:08 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0fc66e8..4f254ca 100644 --- a/scripts/install +++ b/scripts/install @@ -123,11 +123,11 @@ ynh_use_logrotate #================================================= # INSTALL #================================================= -ynh_script_progression --message="Installing The Lounge..." +ynh_script_progression --message="Installing TimeOff..." pushd $final_path ynh_use_nodejs - ynh_exec_warn_less NODE_ENV=production npm install --production > $install_log 2>&1 + ynh_exec_warn_less NODE_ENV=production npm install popd #================================================= @@ -185,4 +185,3 @@ ynh_systemd_action --service_name=nginx --action=reload #================================================= ynh_script_progression --message="Installation of $app completed" -