Fix the docker build error for vfc-nfvo-wfengine 61/20761/1
authorZhaoxing <meng.zhaoxing1@zte.com.cn>
Thu, 26 Oct 2017 10:16:32 +0000 (18:16 +0800)
committerZhaoxing <meng.zhaoxing1@zte.com.cn>
Thu, 26 Oct 2017 10:16:32 +0000 (18:16 +0800)
Change-Id: I735f99e90559a9eba03ed8703694c1f4aabfc107
Issue-id: VFC-445
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
wfenginemgrservice/src/main/docker/bin/run.sh

index 1ffff90..7903e74 100644 (file)
@@ -38,7 +38,7 @@ sed -i "s/127.0.0.1/$dwApp_msbClientConfig_msbSvrIp/g" ./conf/workflow.yml
 sed -i "s/80/$dwApp_msbClientConfig_msbSvrPort/g" ./conf/workflow.yml
 
 if [ -f "$RUNHOME/setenv.sh" ]; then
-    "$RUNHOME/setenv.sh"
+  . "$RUNHOME/setenv.sh"
 else
     echo "can not found $RUNHOME/setenv.sh"
 fi