diff --git a/croc-entrypoint.sh b/croc-entrypoint.sh index c0350286..9d217f64 100755 --- a/croc-entrypoint.sh +++ b/croc-entrypoint.sh @@ -1,6 +1,8 @@ #!/bin/sh set -e + if [ -n "$CROC_PASS" ]; then set -- --pass "$CROC_PASS" "$@" fi + exec /croc "$@"