diff --git a/curl/docker-entrypoint.sh b/curl/docker-entrypoint.sh index 404eb5b..86715d7 100644 --- a/curl/docker-entrypoint.sh +++ b/curl/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [[ ! -z "${LOOP}"]]; then +if [[ ! -z "${LOOP}" ]]; then while : do curl "$@"