Fixes on deployment

This commit is contained in:
Marc Aymerich 2015-10-02 12:10:33 +00:00
parent 2069af6902
commit 98a3311312
1 changed files with 1 additions and 1 deletions

View File

@ -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