diff --git a/_scripts/tribesnext-server-installer b/_scripts/tribesnext-server-installer index 9c8e990..1ca4e3b 100755 --- a/_scripts/tribesnext-server-installer +++ b/_scripts/tribesnext-server-installer @@ -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 \ No newline at end of file