mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-19 02:15:34 +00:00
Fix autostop-daemon.sh path in start-autostop (#3670)
This commit is contained in:
@@ -167,9 +167,7 @@ fi
|
||||
|
||||
if isTrue "${ENABLE_AUTOPAUSE}"; then
|
||||
"$(dirname "$0")/start-autopause"
|
||||
fi
|
||||
|
||||
if isTrue "${ENABLE_AUTOSTOP}"; then
|
||||
elif isTrue "${ENABLE_AUTOSTOP}"; then
|
||||
"$(dirname "$0")/start-autostop"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user