mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-20 16:26:23 +00:00
fix(purpur): apply log4j mitigations specific to Purpur (#1280)
This commit is contained in:
@@ -178,5 +178,14 @@ function isFamily() {
|
||||
return 0
|
||||
fi
|
||||
done
|
||||
|
||||
return 1
|
||||
}
|
||||
function isType() {
|
||||
for t in "${@}"; do
|
||||
if [[ $TYPE == "$t" ]]; then
|
||||
return 0
|
||||
fi
|
||||
done
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user