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

Merge pull request #86 from vincentux/patch-7

Update remove
This commit is contained in:
Éric Gaspar 2021-11-25 19:04:24 +01:00 committed by GitHub
commit fe734e0ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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