mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 03:38:27 +00:00
Allow arkserverLog etc to be overridden
This commit is contained in:
parent
668082b53b
commit
461c9355e3
@ -3547,6 +3547,14 @@ EOE
|
||||
#---------------------
|
||||
|
||||
main(){
|
||||
if [ -f "${arkstGlobalCfgFile}" ]; then
|
||||
source "${arkstGlobalCfgFile}"
|
||||
fi
|
||||
|
||||
if [ -f "${HOME}/${arkstUserCfgFile}" ]; then
|
||||
source "${HOME}/${arkstUserCfgFile}"
|
||||
fi
|
||||
|
||||
# check the configuration and throw errors or warnings if needed
|
||||
checkConfig
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user