mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
commit
fe734e0ff4
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,7 @@ REMOVE_DUNITER
|
||||||
systemctl disable duniter.service
|
systemctl disable duniter.service
|
||||||
|
|
||||||
# Remove data and conf
|
# Remove data and conf
|
||||||
rm -rf /root/.conf/duniter
|
rm -rf $USER/.conf/duniter
|
||||||
|
|
||||||
# Remove Duniter service to YunoHost monitoring
|
# Remove Duniter service to YunoHost monitoring
|
||||||
yunohost service remove $app
|
yunohost service remove $app
|
||||||
|
@ -28,3 +28,9 @@ systemctl reload nginx
|
||||||
|
|
||||||
# Close opened port
|
# Close opened port
|
||||||
yunohost firewall disallow TCP $port
|
yunohost firewall disallow TCP $port
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# END OF SCRIPT
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
ynh_script_progression --message="Removal of $app completed" --last
|
||||||
|
|
Loading…
Reference in a new issue