mirror of
https://codeberg.org/spire/docker-spire-server.git
synced 2026-06-03 14:24:08 +02:00
add EXTRA_CFG
This commit is contained in:
parent
666f165cfc
commit
bd63a09f19
1 changed files with 1 additions and 0 deletions
1
tf.sh
1
tf.sh
|
|
@ -13,6 +13,7 @@ echo "logstf_apikey \"${LOGSTF_APIKEY}\"" >> $CFG
|
|||
echo "sm_autoexec_league ${CONFIG_LEAGUE:-etf2l}" >> $CFG
|
||||
echo "sm_autoexec_mode ${CONFIG_MODE:-6v6}" >> $CFG
|
||||
echo "tv_name \"${TV_NAME:-"${NAME:-"Spire Server"} TV"}\"" >> $CFG
|
||||
echo "${EXTRA_CFG}" >> $CFG
|
||||
|
||||
cd $HOME/hlserver
|
||||
tf2/srcds_run -game tf -autoupdate -steam_dir ~/hlserver -tickrate 120 -steamcmd_script ~/hlserver/tf2_ds.txt -enablefakeip +map ${MAP:-cp_badlands} $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue