Skip to content

Commit

Permalink
Merge pull request #46 from 1zc/dev
Browse files Browse the repository at this point in the history
Update steamclient.so in entrypoint - #44
  • Loading branch information
1zc authored May 24, 2024
2 parents 27c2c0a + 20c9dfc commit f706a49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ if [ ! -z ${SRCDS_APPID} ]; then

# echo "SteamCMD Launch: ${STEAMCMD}"
eval ${STEAMCMD}
# Issue #44 - We can't symlink this, causes "File not found" errors. As a mitigation, copy over the updated binary on start.
cp -f ./steamcmd/linux32/steamclient.so ./.steam/sdk32/steamclient.so
cp -f ./steamcmd/linux64/steamclient.so ./.steam/sdk64/steamclient.so
fi
fi

Expand Down

0 comments on commit f706a49

Please sign in to comment.