From 4372d54246a43e37c8e43765493bd478383a4dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:13:17 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 450c27c..0e25271 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 }