We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df7d1a commit 1de7173Copy full SHA for 1de7173
common/docker-entrypoint.d/00-check-for-required-env.sh
@@ -82,7 +82,7 @@ if [[ -v S3_DEBUG ]]; then
82
fi
83
84
for name in ${required[@]}; do
85
- if [[ ! -v name ]]; then
+ if [[ ! -v $name ]]; then
86
>&2 echo "Required ${name} environment variable missing"
87
failed=1
88
0 commit comments