From a0f48c9de9d2c45e446965bdaf3ad3cf1fc1b90f Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Fri, 5 Feb 2021 14:39:04 +0000 Subject: [PATCH] examples: fix deploy-container interactive flag --- examples/deploy-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy-container.sh b/examples/deploy-container.sh index f57df31..965c2ec 100755 --- a/examples/deploy-container.sh +++ b/examples/deploy-container.sh @@ -67,7 +67,7 @@ else fi if [[ $interactive ]]; then - runCmd= + runCmd=() else runCmd=(--run bash -c "$demoCmds") fi