From 3300444cb8588a7d34305299d78fe5d851b42496 Mon Sep 17 00:00:00 2001 From: Trinh Nguyen Date: Sun, 15 Oct 2017 00:07:58 +0900 Subject: [PATCH] Use bash instead of sh when calling deploy-tacker-demo-sfc This patch is prosed to fix the error when running deploy-tacker-demo-sfc with sh. Change-Id: I21d22f89d31d6078f7448fbce16cb133a897a4b6 Closes-Bug: #1749056 --- contrib/demos/tacker/deploy-tacker-demo-sfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/demos/tacker/deploy-tacker-demo-sfc b/contrib/demos/tacker/deploy-tacker-demo-sfc index fe755556b7..a0f1478cc4 100644 --- a/contrib/demos/tacker/deploy-tacker-demo-sfc +++ b/contrib/demos/tacker/deploy-tacker-demo-sfc @@ -57,7 +57,7 @@ EOF } function deploy_sfc { - sh ./deploy-tacker-demo + bash ./deploy-tacker-demo create_servers sfc_gen_config echo "Creating VNFFGD"