Skip to content

Commit

Permalink
update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 7, 2025
1 parent d76b000 commit 1338c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function start() {

ARGS=()

# ARGS+=("-batchmode" "-nographics")
ARGS+=("-batchmode" "-nographics")

if [[ -n "$NAME" ]]; then
ARGS+=("-name" "$NAME")
Expand Down Expand Up @@ -123,7 +123,7 @@ function start() {
ARGS+=("-crossplay")
fi

/home/steam/valheim-dedicated-server/valheim_server.x86_64 "${ARGS[@]}"
exec /home/steam/valheim-dedicated-server/valheim_server.x86_64 "${ARGS[@]}"
}

function update() {
Expand Down

0 comments on commit 1338c7c

Please sign in to comment.