mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] remove data and conf.
This commit is contained in:
parent
0f60824f55
commit
48df5a49b0
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ port=$(ynh_app_setting_get $app port)
|
||||||
sudo $app stop
|
sudo $app stop
|
||||||
sudo dpkg -r $app
|
sudo dpkg -r $app
|
||||||
|
|
||||||
|
# Remove data and conf
|
||||||
|
sudo rm -rf /root/.conf/duniter
|
||||||
|
|
||||||
# Remove Duniter service to YunoHost monitoring
|
# Remove Duniter service to YunoHost monitoring
|
||||||
sudo yunohost service remove $app
|
sudo yunohost service remove $app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue