mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-04 01:19:19 +00:00
Correcting name of .mc-health.env file (#3167)
This commit is contained in:
parent
21ad4146aa
commit
a03d02e59e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ isDebugging && set -x
|
|||
baseDataDir=/data
|
||||
tmpServerIconPath=/tmp/icon.img
|
||||
serverIconPath=${baseDataDir}/server-icon.png
|
||||
mcHealthEnvPath=${baseDataDir}/mc-health.env
|
||||
mcHealthEnvPath=${baseDataDir}/.mc-health.env
|
||||
bootstrapPath=${baseDataDir}/bootstrap.txt
|
||||
|
||||
if [ -n "$ICON" ]; then
|
||||
|
|
Loading…
Reference in a new issue