Skip to content

Commit 9ceb5d9

Browse files
authored
Don't remove allowlist.json if not managed by container (#370)
1 parent a90ade1 commit 9ceb5d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bedrock-entry.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ if [[ -n "$ALLOW_LIST_USERS" || -n "$WHITE_LIST_USERS" ]]; then
178178
ALLOW_LIST=false
179179
rm -f allowlist.json
180180
fi
181-
else
182-
ALLOW_LIST=false
183-
rm -f allowlist.json
184181
fi
185182

186183
# prevent issue with bind mounted server.properties which can not be moved (sed tries to move the file when '-i' is used)

0 commit comments

Comments
 (0)