mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-01-20 00:24:49 +00:00
Update tribesnext-server-installer
This commit is contained in:
parent
be34ff1df9
commit
d57e92ada0
|
|
@ -89,9 +89,9 @@ echo "Finished setting up T2!"
|
|||
|
||||
|
||||
echo "Binding console/log to container logs"
|
||||
touch log
|
||||
touch csl.log
|
||||
touch $INSBASE/tribes2/csl/csl.log
|
||||
ln -sf /proc/1/fd/1 log
|
||||
ln -sf /proc/1/fd/1 csl.log
|
||||
ln -sf /proc/1/fd/1 $INSBASE/tribes2/csl/csl.log
|
||||
|
||||
exit 0
|
||||
Loading…
Reference in a new issue