From 65abaae8054d318677428ebce2eced9410da031e Mon Sep 17 00:00:00 2001
From: Sylvestre Ho <sho@merethis.com>
Date: Wed, 7 May 2014 09:44:11 +0200
Subject: [PATCH] replace CENTSTORAGE_BINDIR macro

---
 libinstall/CentPluginsTraps.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libinstall/CentPluginsTraps.sh b/libinstall/CentPluginsTraps.sh
index 32071398f4..6916b00d70 100755
--- a/libinstall/CentPluginsTraps.sh
+++ b/libinstall/CentPluginsTraps.sh
@@ -94,6 +94,7 @@ ${SED} -e 's|@CENTREON_LOG@|'"$CENTREON_LOG"'|g' \
 	-e 's|@CENTREON_RUNDIR@|'"$CENTREON_RUNDIR"'|g' \
 	-e 's|@CENTREONTRAPD_BINDIR@|'"$CENTREONTRAPD_BINDIR"'|g' \
 	-e 's|@CENTREON_USER@|'"$CENTREON_USER"'|g' \
+	-e 's|@CENTSTORAGE_BINDIR@|'"$CENTSTORAGE_BINDIR"'|g' \
 	$TMP_DIR/src/centreontrapd.init.d > $TMP_DIR/work/centreontrapd.init.d
 check_result $? "$(gettext "Replace CentreonTrapd init script Macro")"
 
-- 
GitLab