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

Don’t remove logs

This commit is contained in:
Thomas 2024-06-22 09:44:45 +02:00 committed by GitHub
parent 814365e737
commit 22990df0a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,16 +47,6 @@ ynh_script_progression --message="Removing service in YunoHost..."
yunohost service remove $app
#=================================================
# SPECIFIC REMOVE
#=================================================
# 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
#=================================================