From 8fe72bb9a8cf9c46e7018b1aa8e64785eb9c0ef0 Mon Sep 17 00:00:00 2001 From: vincentux Date: Thu, 11 Jun 2020 19:00:12 +0200 Subject: [PATCH] Update remove --- scripts/remove | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 2ce73ea..abb2632 100755 --- a/scripts/remove +++ b/scripts/remove @@ -14,7 +14,7 @@ port=$(ynh_app_setting_get $app port) REMOVE_DUNITER # Remove data and conf -rm -rf /root/.conf/duniter +rm -rf $USER/.conf/duniter # Remove Duniter service to YunoHost monitoring yunohost service remove $app @@ -25,3 +25,9 @@ service nginx reload # Close opened port yunohost firewall disallow TCP $port + +#================================================= +# END OF SCRIPT +#================================================= + +ynh_script_progression --message="Removal of $app completed" --last