From 2069af6902331e7050b9d8ec7f75d1e59a8a37cd Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 2 Oct 2015 12:09:48 +0000 Subject: [PATCH] Fixes on deployment --- scripts/containers/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/containers/deploy.sh b/scripts/containers/deploy.sh index 5c197e21..f07f652a 100644 --- a/scripts/containers/deploy.sh +++ b/scripts/containers/deploy.sh @@ -31,6 +31,7 @@ function main () { echo "What argument is $1?" >&2 else echo "--noinput should provide a username" >&2 + fi exit 1 else [ $(whoami) == 'root' ] && {