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

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 22:07:56 +02:00 committed by OniriCorpe
parent 3910af662c
commit b666042e52

View file

@ -48,7 +48,6 @@ ynh_remove_nginx_config
#=================================================
ynh_script_progression --message="Removing InfluxDB V2 data" --weight=1
ynh_secure_remove --file="/var/log/$app"
ynh_secure_remove --file="$data_dir"
#=================================================