Correcting name of .mc-health.env file (#3167)

This commit is contained in:
Geoff Bourne 2024-11-28 15:26:47 -06:00 committed by GitHub
parent 21ad4146aa
commit a03d02e59e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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