Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

(debian) fix path of file #11288

Merged
merged 1 commit into from
Jun 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/debian/centreon-poller-centreon-engine.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "$1" = "configure" ]; then
chmod -v +x /usr/share/centreon/bin/centreontrapd

# snmpd.conf file
if [ -e "/etc/snmpd/snmpd.conf" ]; then
if [ -e "/etc/snmp/snmpd.conf" ]; then
# Add right in SNMP
if [ ! "$(grep 'view centreon' /etc/snmp/snmpd.conf)" ]; then
sed -i '/^# system + hrSystem groups only/a view centreon included .1.3.6.1' /etc/snmp/snmpd.conf
Expand Down