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
This commit is contained in:
Trinh Nguyen 2017-10-15 00:07:58 +09:00
parent 65e9b8ae10
commit 3300444cb8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ EOF
}
function deploy_sfc {
sh ./deploy-tacker-demo
bash ./deploy-tacker-demo
create_servers
sfc_gen_config
echo "Creating VNFFGD"