mirror of
https://github.com/luzifer-docker/terraria.git
synced 2024-11-08 12:40:02 +00:00
Fix: Wrong naming of binary
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cb31054f80
commit
5612d2dcff
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -16,5 +16,5 @@ chown -R gameserver:gameserver /data
|
|||
# Cleanup fifo if already exists
|
||||
[ -e /home/gameserver/terraria_cmd ] && rm -f /home/gameserver/terraria_cmd
|
||||
|
||||
exec /usr/local/bin/gosu gameserver terraria-docker -- \
|
||||
exec /usr/local/bin/gosu gameserver terraria-docker_linux_amd64 -- \
|
||||
${SERVER_BINARY} -config /data/config.ini "$@"
|
||||
|
|
Loading…
Reference in a new issue