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 3246c3b commit 1f45831
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ function start() {
exit 1
fi

echo "./start_server.sh ${ARGS[@]}"

exec ./start_server.sh ${ARGS[@]}
exec ./valheim_server.x86_64 ${ARGS[@]}
}

function update() {
Expand Down

0 comments on commit 1f45831

Please sign in to comment.