mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-19 13:38:27 +00:00
Move TERM fixup into arkmanager
This commit is contained in:
parent
4a48b8e9cc
commit
365986ddb0
@ -39,6 +39,9 @@ YELLOW="\\e[0;33m"
|
||||
NORMAL="\\033[0;39m"
|
||||
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
|
||||
arkserverLog="arkserver.log" # here is logged the output of ShooterGameServer
|
||||
|
||||
|
||||
@ -20,9 +20,6 @@
|
||||
#
|
||||
### END INIT INFO
|
||||
|
||||
# Set TERM to "dumb" if TERM is not set
|
||||
export TERM=${TERM:-dumb}
|
||||
|
||||
# Global variables
|
||||
source /etc/arkmanager/arkmanager.cfg
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user