1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

Update remove

This commit is contained in:
vincentux 2020-06-11 19:00:12 +02:00 committed by GitHub
parent ee35597ed6
commit 8fe72bb9a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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