From 6ce41ae3a7f17fb0070e82faf75fb1c3dd31c93c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 31 Jan 2021 18:17:09 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1a9dfd2..13442e2 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -43,7 +43,7 @@ fi # If this folder exists, delete the old version of anarchism, and replace it with the new way to installing it. if [ -d "/usr/share/doc/anarchism/html" ]; then - ynh_package_remove anarchism + ynh_remove_app_dependencies anarchism final_path=/var/www/$app ynh_app_setting_set --app=$app --key=final_path --value=$final_path fi