diff --git a/entrypoint.sh b/entrypoint.sh index d64e03f..ef1fe64 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,7 +35,7 @@ if [[ ! -z "$INPUT_EXISTING" ]]; then FLAGS="${FLAGS} -e" fi -if [[ ! =z "$INPUT_DEBUGMODE"]]; then +if [[ ! -z "$INPUT_DEBUGMODE" ]]; then FLAGS="${FLAGS} --debug" fi