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

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 21:51:30 +02:00 committed by OniriCorpe
parent 15b19d79bb
commit 4657e92630

View file

@ -56,7 +56,6 @@ ynh_replace_string --replace_string="server_name $domain" --match_string="server
ynh_store_file_checksum --file="/etc/nginx/conf.d/$domain.conf"
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
ynh_secure_remove --file="/usr/share/yunohost/hooks/conf_regen/98-nginx_$app"
yunohost tools regen-conf nginx