Took out touch

This commit is contained in:
ChocoTaco 2020-01-07 15:08:32 -05:00
parent d57e92ada0
commit ea352e63d2

View file

@ -88,10 +88,4 @@ chmod 755 tribes2d-lan-console.dynamic
echo "Finished setting up T2!"
echo "Binding console/log to container logs"
touch csl.log
touch $INSBASE/tribes2/csl/csl.log
ln -sf /proc/1/fd/1 csl.log
ln -sf /proc/1/fd/1 $INSBASE/tribes2/csl/csl.log
exit 0