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 60dc5bc commit 13774a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,15 @@ function start() {
ARGS+=("-instanceid" "$INSTANCEID")
fi

/home/steam/valheim-dedicated-server/start_server.sh "${ARGS[@]}"
cd /home/steam/valheim-dedicated-server

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

function update() {
/home/steam/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux \
cd /home/steam/steamcmd

./steamcmd.sh +@sSteamCmdForcePlatformType linux \
+app_update 896660 validate \
+force_install_dir /home/steam/valheim-dedicated-server \
+login anonymous \
Expand Down

0 comments on commit 13774a8

Please sign in to comment.