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

Don’t remove logs file at remove

This commit is contained in:
Thomas 2024-06-22 10:06:49 +02:00 committed by GitHub
parent 5e417c66c6
commit 3f592b0b9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,9 +33,6 @@ ynh_remove_nginx_config
# Remove metapackage and its dependencies # Remove metapackage and its dependencies
ynh_remove_nodejs ynh_remove_nodejs
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================