From df219c3eec58931d566f04f0dd897c03bdab1b12 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Sep 2021 08:27:59 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index e023277..a94ba73 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -37,9 +37,6 @@ upgrade_type=$(ynh_check_app_version_changed) #================================================= ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 -### If nobody installed your app before 4.1, -### then you may safely remove these lines - # Cleaning legacy permissions if ynh_legacy_permissions_exists; then ynh_legacy_permissions_delete_all @@ -116,7 +113,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version #================================================= pushd $final_path - ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb upgrade #-l > $install_log + ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb upgrade popd #=================================================