examples: fix deploy-container interactive flag
This commit is contained in:
parent
a2f265cd35
commit
a0f48c9de9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $interactive ]]; then
|
if [[ $interactive ]]; then
|
||||||
runCmd=
|
runCmd=()
|
||||||
else
|
else
|
||||||
runCmd=(--run bash -c "$demoCmds")
|
runCmd=(--run bash -c "$demoCmds")
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue