mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-15 08:04:34 +00:00
Update tribesnext-server-installer
This commit is contained in:
parent
0fd4caad41
commit
94d5f161e1
1 changed files with 5 additions and 0 deletions
|
|
@ -270,6 +270,11 @@ then
|
||||||
cp -r $TMPBASE/classic/classic/. $INSBASE/Tribes2/GameData/Classic/.
|
cp -r $TMPBASE/classic/classic/. $INSBASE/Tribes2/GameData/Classic/.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Binding console.log to console.log in logs volume"
|
||||||
|
touch $INSBASE/tribes2/console.log
|
||||||
|
[ -f $INSBASE/tribes2/Classic/logs/console.log ] && touch $INSBASE/tribes2/Classic/logs/console.log
|
||||||
|
ln -sf $INSBASE/tribes2/Classic/logs/console.log $INSBASE/tribes2/console.log
|
||||||
|
|
||||||
echo "Finished setting up T2!"
|
echo "Finished setting up T2!"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue