examples: fix deploy-container interactive flag

This commit is contained in:
nixbitcoin
2021-02-06 11:43:36 +01:00
committed by Erik Arvstedt
parent a2f265cd35
commit a0f48c9de9
+1 -1
View File
@@ -67,7 +67,7 @@ else
fi
if [[ $interactive ]]; then
runCmd=
runCmd=()
else
runCmd=(--run bash -c "$demoCmds")
fi