From 8f0b841bbc6fcb1528adce80042532caee46e57f Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 2 Oct 2015 12:09:29 +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 3ff7f0f1..5c197e21 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 ]]; then + elif [[ $# -eq 2 ]] if [[ $1 != '--noinput' ]]; then echo "What argument is $1?" >&2 else