Skip to content

Commit a03d02e

Browse files
authored
Correcting name of .mc-health.env file (#3167)
1 parent 21ad414 commit a03d02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-finalExec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ isDebugging && set -x
1010
baseDataDir=/data
1111
tmpServerIconPath=/tmp/icon.img
1212
serverIconPath=${baseDataDir}/server-icon.png
13-
mcHealthEnvPath=${baseDataDir}/mc-health.env
13+
mcHealthEnvPath=${baseDataDir}/.mc-health.env
1414
bootstrapPath=${baseDataDir}/bootstrap.txt
1515

1616
if [ -n "$ICON" ]; then

0 commit comments

Comments
 (0)