Merge "Use bash instead of sh when calling deploy-tacker-demo-sfc"

This commit is contained in:
Zuul 2018-02-13 15:10:00 +00:00 committed by Gerrit Code Review
commit fe877b6194
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"