From aa2dabbfe7b256a1dcc7f1d4ce085f935e1925c6 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Fri, 2 Oct 2015 12:11:57 +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 757c838a..a34843a9 100644 --- a/scripts/containers/deploy.sh +++ b/scripts/containers/deploy.sh @@ -39,7 +39,7 @@ function main () { exit 1 } run=run_ - sudorun=run_ sudo + sudorun="run_ sudo" # Test sudo privileges sudo true fi