From 7a2ddc31b6725b2cf80999fd54e5374039ac9ba2 Mon Sep 17 00:00:00 2001 From: blu3 Date: Fri, 31 Jan 2025 17:00:42 +0300 Subject: [PATCH] add spaces --- croc-entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) 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 "$@"