From 7feb45a51688866450f58bb1f496d6dd17303633 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 May 2021 16:13:48 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 6479233..e1d564f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -247,7 +247,7 @@ chown $app -R /var/log/$app #================================================= # UPGRADE NPM MODULES #================================================= -ynh_script_progression --message="Upgrading Etherpad npm modules..." --weight=60 +ynh_script_progression --message="Upgrading Etherpad..." --weight=60 # Then update the additionnal modules chown -R $app: $final_path @@ -255,7 +255,7 @@ chown -R $app: $final_path pushd $final_path ynh_use_nodejs ynh_exec_as $app env "$ynh_node_load_PATH" src/bin/installDeps.sh -#ynh_exec_warn_less npm cache clean --force +# ynh_exec_warn_less npm cache clean --force # ynh_exec_warn_less ynh_exec_as $app env "$ynh_node_load_PATH" npm cache clean --force # while read node_module # do