mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-04 17:39:37 +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
|
baseDataDir=/data
|
||||||
tmpServerIconPath=/tmp/icon.img
|
tmpServerIconPath=/tmp/icon.img
|
||||||
serverIconPath=${baseDataDir}/server-icon.png
|
serverIconPath=${baseDataDir}/server-icon.png
|
||||||
mcHealthEnvPath=${baseDataDir}/mc-health.env
|
mcHealthEnvPath=${baseDataDir}/.mc-health.env
|
||||||
bootstrapPath=${baseDataDir}/bootstrap.txt
|
bootstrapPath=${baseDataDir}/bootstrap.txt
|
||||||
|
|
||||||
if [ -n "$ICON" ]; then
|
if [ -n "$ICON" ]; then
|
||||||
|
|
Loading…
Reference in a new issue