4 lines
No EOL
160 B
Bash
4 lines
No EOL
160 B
Bash
#!/bin/bash
|
|
# Set STEAMCONFIG to persist credentials in /app/Data/Steam/.steam
|
|
export STEAMCONFIG="/app/Data/Steam/.steam"
|
|
exec /app/Data/Steam/steamcmd.sh "$@" |