From 48df5a49b0855da29e80198cd991abaf674c6e4e Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 28 Jun 2016 13:55:13 +0200 Subject: [PATCH] [enh] remove data and conf. --- scripts/remove | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remove b/scripts/remove index cab866c..1f2a1c4 100755 --- a/scripts/remove +++ b/scripts/remove @@ -11,6 +11,9 @@ port=$(ynh_app_setting_get $app port) sudo $app stop sudo dpkg -r $app +# Remove data and conf +sudo rm -rf /root/.conf/duniter + # Remove Duniter service to YunoHost monitoring sudo yunohost service remove $app