mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-27 16:58:27 +00:00
Allow arkserverLog etc to be overridden
This commit is contained in:
parent
668082b53b
commit
461c9355e3
@ -3547,6 +3547,14 @@ EOE
|
|||||||
#---------------------
|
#---------------------
|
||||||
|
|
||||||
main(){
|
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
|
# check the configuration and throw errors or warnings if needed
|
||||||
checkConfig
|
checkConfig
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user