Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-metal / files / mtce-control-fix-hardcoded-path-for-hbsAgent.patch
1 diff --git a/mtce-control/src/scripts/hbsAgent b/mtce-control/src/scripts/hbsAgent
2 index d05177d..13443d0 100644
3 --- a/mtce-control/src/scripts/hbsAgent
4 +++ b/mtce-control/src/scripts/hbsAgent
5 @@ -20,7 +20,7 @@
6  . /etc/init.d/functions
7  
8  DAEMON_NAME="hbsAgent"
9 -DAEMON="/usr/local/bin/${DAEMON_NAME}"
10 +DAEMON="/usr/bin/${DAEMON_NAME}"
11  PIDFILE="/var/run/${DAEMON_NAME}.pid"
12  
13  VIRT_TOOL='virt-what'