diff --git a/entrypoint.sh b/entrypoint.sh index c535c06..0346fc0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/ash -l -# shellcheck shell=dash +# shellcheck shell=dash disable=SC3001 _boolean_eval() { [ "$1" = true ] && echo true || echo false