From a16cced961d7d298ae3cc8ede231546e6b2f98c1 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 13 Mar 2018 09:34:11 -0400 Subject: [PATCH] Exec last line of startODL.sh Need to exec last line of startODL.sh to get that process to be the one docker waits on Change-Id: Id697cd8f0347970ad3038ba2c576ab28f0e4cbad Issue-ID: CCSDK-208 Signed-off-by: Timoney, Dan (dt5972) --- odlsli/src/main/scripts/startODL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odlsli/src/main/scripts/startODL.sh b/odlsli/src/main/scripts/startODL.sh index 75f51b35..5ca40796 100644 --- a/odlsli/src/main/scripts/startODL.sh +++ b/odlsli/src/main/scripts/startODL.sh @@ -64,4 +64,4 @@ then fi # Start client to force a wait on state of karaf server -${ODL_HOME}/bin/client +exec ${ODL_HOME}/bin/client -- 2.16.6