Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 12, 2024
1 parent d027d4a commit f56369d
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
@@ -1,8 +1,8 @@
#!/usr/bin/env sh

if [ -d /tmp/gamedir ]
if [ -d /tmp/src ]
then
rsync --chown=steam:steam /tmp/gamedir/* /opt/steam/cstrike/valve
rsync --chown=steam:steam /tmp/src/* /opt/steam/cstrike/valve
fi

export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
Expand Down

0 comments on commit f56369d

Please sign in to comment.