diff --git a/scripts/install b/scripts/install index cc244cb..9d4d8b2 100755 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,6 @@ chown $app:$app "$install_dir/.env" ynh_script_progression "Installing $app..." pushd $install_dir - ynh_hide_warnings ynh_exec_as_app node_load_PATH npm install ynh_hide_warnings ynh_exec_as_app node_load_PATH npm run db:init popd diff --git a/scripts/upgrade b/scripts/upgrade index 8c25dae..8f0a268 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -57,7 +57,6 @@ chown $app:$app "$install_dir/.env" ynh_script_progression "Installing $app..." pushd $install_dir - ynh_hide_warnings ynh_exec_as_app node_load_PATH npm install ynh_hide_warnings ynh_exec_as_app node_load_PATH npm run db:init popd