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 8a2f1bf commit e7b7597Copy full SHA for e7b7597
bedrock-entry.sh
@@ -146,8 +146,8 @@ if [ -n "$allowListUsers" ]; then
146
for f in whitelist.json allowlist.json; do
147
if [ -f $f ]; then
148
rm -rf $f
149
- jq -n --arg users "$allowListUsers" '$users | split(",") | map({"name": .})' > $f
150
fi
+ jq -n --arg users "$allowListUsers" '$users | split(",") | map({"name": .})' > $f
151
done
152
# activate server property to enable list usage
153
export WHITE_LIST=true
0 commit comments