mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-12 13:22:28 +00:00
parent
e5e97a3560
commit
9299f00d20
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ if isTrue "${REPLACE_ENV_VARIABLES}"; then
|
|||
fi
|
||||
|
||||
log "Replacing $name with $value ..."
|
||||
|
||||
value=${value//\\/\\\\}
|
||||
value=${value//#/\\#}
|
||||
|
||||
find /data/ \
|
||||
$dirExcludes \
|
||||
-type f \
|
||||
|
|
Loading…
Reference in a new issue