Exec last line of startODL.sh 81/35481/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Tue, 13 Mar 2018 13:34:11 +0000 (09:34 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Tue, 13 Mar 2018 13:34:11 +0000 (09:34 -0400)
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) <dt5972@att.com>
odlsli/src/main/scripts/startODL.sh

index 75f51b3..5ca4079 100644 (file)
@@ -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