LANCommander/LANCommander.Server/steamcmd.sh

4 lines
160 B
Bash
Raw Permalink Normal View History

2025-08-12 00:53:04 -05:00
#!/bin/bash
2026-01-20 00:32:39 -06:00
# Set STEAMCONFIG to persist credentials in /app/Data/Steam/.steam
export STEAMCONFIG="/app/Data/Steam/.steam"
exec /app/Data/Steam/steamcmd.sh "$@"