kaimallea / csgo

A containerized dedicated server for Counter-Strike: Global Offensive
The Unlicense
243 stars 58 forks source link

Patch srcds_run to fix autoupdate #28

Closed kaimallea closed 4 years ago

kaimallea commented 4 years ago

The official srcds_run script has a bug in it on line 301. It refers to steam.sh instead of steamcmd.sh, resulting in file not found errors when attempting to use steamcmd to apply updates to CSGO automatically.

This will patch srcds_run at runtime.

Fixes #26