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:
parent
0190fc9c02
commit
4372d54246
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue