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

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"