Fix issue #10 : set the flag arkAutoUpdateOnStart to true.
This commit is contained in:
parent
4b74e14d4a
commit
dcf915587f
2 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,9 @@ ark_RCONPort="32330" # RCON Port
|
||||||
appid=376030 # Linux server App ID
|
appid=376030 # Linux server App ID
|
||||||
mod_appid=346110 # App ID for mods
|
mod_appid=346110 # App ID for mods
|
||||||
|
|
||||||
|
# Need to be true to work with UPDATEPONSTART (See #10)
|
||||||
|
arkAutoUpdateOnStart="true" # set this to true if you want to always update before startup
|
||||||
|
|
||||||
defaultinstance="main"
|
defaultinstance="main"
|
||||||
|
|
||||||
source /ark/arkmanager.cfg
|
source /ark/arkmanager.cfg
|
||||||
|
|
|
@ -41,7 +41,6 @@ msgWarnShutdownSeconds="This ARK server will shutdown in %d seconds"
|
||||||
|
|
||||||
# config environment
|
# config environment
|
||||||
arkwarnminutes="60" # number of minutes to warn players when using update --warn
|
arkwarnminutes="60" # number of minutes to warn players when using update --warn
|
||||||
arkAutoUpdateOnStart="false" # set this to true if you want to always update before startup
|
|
||||||
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
|
arkBackupPreUpdate="false" # set this to true if you want to perform a backup before updating
|
||||||
|
|
||||||
# Options to automatically remove old backups to keep backup size in check
|
# Options to automatically remove old backups to keep backup size in check
|
||||||
|
|
Loading…
Reference in a new issue