1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headscale_ynh.git synced 2024-09-03 19:25:53 +02:00

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 03:35:01 +02:00 committed by tituspijean
parent 14edf0fc39
commit fce00dd2a0

View file

@ -71,7 +71,6 @@ fi
ynh_script_progression --message="Removing various files..." --weight=1
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
# Remove dnsmasq configuration
ynh_secure_remove --file="/etc/dnsmasq.d/$app"