examples: fix deploy-container interactive flag

This commit is contained in:
nixbitcoin 2021-02-05 14:39:04 +00:00 committed by Erik Arvstedt
parent a2f265cd35
commit a0f48c9de9
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ else
fi
if [[ $interactive ]]; then
runCmd=
runCmd=()
else
runCmd=(--run bash -c "$demoCmds")
fi