Using csl.log

This commit is contained in:
ChocoTaco 2020-01-06 23:24:29 -05:00
parent 154a2347b1
commit a4a0a31bf8

View file

@ -20,7 +20,7 @@ function get_files {
if [ ! -d $INSBASE ]
then
mkdir -p $INSBASE/tribes2/{Manual,console}
mkdir -p $INSBASE/tribes2/{Manual,csl}
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/{logs,stats,serverStats}
@ -32,7 +32,7 @@ fi
get_files t2-linux.zip "https://www.dropbox.com/s/ejemimzxjdswtvm/" "$TMPBASE"
get_files tribes2-lan-fix-linux.tar.gz "http://t2.plugh.us/" "$TMPBASE"
get_files classic_v152.zip "https://tribes2stats.com/files/mods/" "$TMPBASE"
get_files tribes2-lan-dynamic-console-fix.zip "https://www.dropbox.com/s/rvgx7hdd7p9xyfp/" "$TMPBASE"
get_files tribes2-lan-dynamic-console-fix.zip "https://www.dropbox.com/s/p68bhyimvrjd5cu/" "$TMPBASE"
# -- gimme a little time
@ -90,8 +90,8 @@ echo "Finished setting up T2!"
echo "Binding console/log to container logs"
touch log
touch $INSBASE/tribes2/console/log
touch $INSBASE/tribes2/csl/csl.log
ln -sf /proc/1/fd/1 log
ln -sf /proc/1/fd/1 $INSBASE/tribes2/console/log
ln -sf /proc/1/fd/1 $INSBASE/tribes2/csl/csl.log
exit 0