mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-03-18 19:10:44 +00:00
Battlelore changes
This commit is contained in:
parent
934aebea76
commit
2c14276035
3 changed files with 12 additions and 9 deletions
|
|
@ -23,9 +23,7 @@ then
|
|||
mkdir -p $INSBASE/tribes2/Manual
|
||||
mkdir -p $INSBASE/tribes2/base/{music,lighting,textures,prefs}
|
||||
mkdir -p $INSBASE/tribes2/Classic/scripts/{turrets,weapons,autoexec,packs,vehicles}
|
||||
mkdir -p $INSBASE/tribes2/Classic/stats
|
||||
mkdir -p $INSBASE/tribes2/Classic/serverStats
|
||||
mkdir -p $INSBASE/tribes2/Classic/logs
|
||||
mkdir -p $INSBASE/tribes2/Classic/{logs,stats,serverStats}
|
||||
fi
|
||||
|
||||
|
||||
|
|
@ -78,4 +76,10 @@ then
|
|||
echo "Finished setting up T2!"
|
||||
fi
|
||||
|
||||
echo "Binding console.log to container logs"
|
||||
touch console.log
|
||||
touch $INSBASE/tribes2/console.log
|
||||
ln -sf /proc/1/fd/1 console.log
|
||||
ln -sf /proc/1/fd/1 $INSBASE/tribes2/console.log
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue