1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xwiki_ynh.git synced 2024-09-03 20:36:11 +02:00

Add missing config file management on remove and backup

This commit is contained in:
Josué Tille 2023-12-13 15:27:10 +01:00
parent d89ee08fe4
commit c5d64de437
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@ fi
#=================================================
ynh_backup --src_path="$install_dir"
ynh_backup --src_path="/etc/$app"
#=================================================
# BACKUP THE NGINX CONFIGURATION

View file

@ -23,6 +23,8 @@ then
yunohost service remove $app
fi
ynh_secure_remove --file="/etc/$app"
ynh_remove_systemd_config
ynh_remove_nginx_config