Skip to content

Commit a4888a4

Browse files
dekobonCopilot
andauthored
Update common/docker-entrypoint.d/00-check-for-required-env.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 96463c1 commit a4888a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/docker-entrypoint.d/00-check-for-required-env.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ if [ -n "${HEADER_PREFIXES_TO_STRIP+x}" ]; then
126126
fi
127127
fi
128128

129-
if [[ ! "${PROXY_CACHE_USE_STALE}" ]]; then
130-
>&2 echo "PROXY_CACHE_USE_STALE must not be blank"
131-
failed=1
132-
fi
133129

134130
if [ $failed -gt 0 ]; then
135131
exit 1

0 commit comments

Comments
 (0)