Move TERM fixup into arkmanager

This commit is contained in:
Ben Peddell 2015-10-24 14:55:17 +10:00
parent 4a48b8e9cc
commit 365986ddb0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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