From 98a331131297ab87c61fc058fcca1b1de5f1439c Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 2 Oct 2015 12:10:33 +0000 Subject: [PATCH] Fixes on deployment --- scripts/containers/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/containers/deploy.sh b/scripts/containers/deploy.sh index f07f652a..757c838a 100644 --- a/scripts/containers/deploy.sh +++ b/scripts/containers/deploy.sh @@ -26,7 +26,7 @@ function main () { fi run=surun_ sudorun=run_ - elif [[ $# -eq 2 ]] + elif [[ $# -eq 2 ]]; then if [[ $1 != '--noinput' ]]; then echo "What argument is $1?" >&2 else