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:
parent
65e9b8ae10
commit
3300444cb8
@ -57,7 +57,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
function deploy_sfc {
|
function deploy_sfc {
|
||||||
sh ./deploy-tacker-demo
|
bash ./deploy-tacker-demo
|
||||||
create_servers
|
create_servers
|
||||||
sfc_gen_config
|
sfc_gen_config
|
||||||
echo "Creating VNFFGD"
|
echo "Creating VNFFGD"
|
||||||
|
Loading…
Reference in New Issue
Block a user