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

Merge pull request #25 from YunoHost-Apps/testing

Don’t remove logs
This commit is contained in:
Thomas 2024-06-22 09:52:44 +02:00 committed by GitHub
commit a0a510d184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,14 +50,6 @@ ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service remove $app --log="/var/log/$app/$app.log"
#=================================================
# REMOVE VARIOUS FILES
#=================================================
ynh_script_progression --message="Removing various files..." --weight=1
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#=================================================
# END OF SCRIPT
#=================================================