mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-12 22:54:34 +00:00
Update tribesnext-server-installer
This commit is contained in:
parent
4a1a294445
commit
1e77e1d9cd
1 changed files with 3 additions and 3 deletions
|
|
@ -272,9 +272,9 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Binding console.log to console.log in logs volume"
|
echo "Binding console.log to console.log in logs volume"
|
||||||
touch $INSBASE/tribes2/console.log
|
touch $INSBASE/Tribes2/GameData/console.log
|
||||||
[ -f $INSBASE/tribes2/Classic/logs/console.log ] && touch $INSBASE/tribes2/Classic/logs/console.log
|
[ -f $INSBASE/Tribes2/GameData/Classic/logs/console.log ] && touch $INSBASE/Tribes2/GameData/Classic/logs/console.log
|
||||||
ln -sf $INSBASE/tribes2/Classic/logs/console.log $INSBASE/tribes2/console.log
|
ln -sf $INSBASE/Tribes2/GameData/Classic/logs/console.log $INSBASE/Tribes2/GameData/console.log
|
||||||
|
|
||||||
echo "Finished setting up T2!"
|
echo "Finished setting up T2!"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue