Fix the docker build error for vfc-nfvo-wfengine
[vfc/nfvo/wfengine.git] / 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