1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2023-12-28 10:13:17 +01:00
parent 0190fc9c02
commit 4372d54246

View file

@ -75,7 +75,7 @@ EOF
chgrp netdata $web_log_file
# Manage upgrade case from python to go plugin
if [ -f "$install_dir/etc/netdata/python.d/web_log.conf" ] ; then
#REMOVEME? ynh_secure_remove --file="$install_dir/etc/netdata/python.d/web_log.conf"
ynh_secure_remove --file="$install_dir/etc/netdata/python.d/web_log.conf"
fi
}
@ -95,6 +95,6 @@ EOF
chgrp netdata $postgres_file
# Manage upgrade case from python to go plugin
if [ -f "$install_dir/etc/netdata/python.d/postgres.conf" ] ; then
#REMOVEME? ynh_secure_remove --file="$install_dir/etc/netdata/python.d/postgres.conf"
ynh_secure_remove --file="$install_dir/etc/netdata/python.d/postgres.conf"
fi
}