mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-27 08:48:27 +00:00
Merge pull request #244 from klightspeed/1.4-dev#dumbterm
Pull #241 from master into 1.4-dev
This commit is contained in:
commit
63f26a86a2
@ -140,6 +140,9 @@ YELLOW="\\e[0;33m"
|
|||||||
NORMAL="\\033[0;39m"
|
NORMAL="\\033[0;39m"
|
||||||
maxOpenFiles=100000
|
maxOpenFiles=100000
|
||||||
|
|
||||||
|
# Set TERM to "dumb" if TERM is not set
|
||||||
|
export TERM=${TERM:-dumb}
|
||||||
|
|
||||||
arkmanagerLog="arkmanager.log" # here are logged the actions performed by arkmanager
|
arkmanagerLog="arkmanager.log" # here are logged the actions performed by arkmanager
|
||||||
arkserverLog="arkserver.log" # here is logged the output of ShooterGameServer
|
arkserverLog="arkserver.log" # here is logged the output of ShooterGameServer
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user