LANCommander/LANCommander.Server/steamcmd.sh
2026-01-20 00:32:39 -06:00

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 "$@"