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

implémentation du remove de l'app, pour pouvoir l'installer pour tester et espérer la désintaller proprement

This commit is contained in:
leonard 2023-11-28 15:48:21 +01:00
parent a2bff78b9f
commit 5bae64dae7

View file

@ -42,19 +42,11 @@ ynh_remove_systemd_config
ynh_remove_nginx_config
ynh_remove_fpm_config
ynh_remove_logrotate
ynh_remove_fail2ban_config
# Remove other various files specific to the app... such as :
ynh_secure_remove --file="/etc/cron.d/$app"
ynh_secure_remove --file="/etc/$app"
ynh_secure_remove --file="/var/log/$app"
# /home/yunohost.app/$app/
ynh_secure_remove --file="$data_dir"
#=================================================
# END OF SCRIPT