Allow arkserverLog etc to be overridden

This commit is contained in:
Ben Peddell 2020-03-02 22:18:17 +10:00
parent 668082b53b
commit 461c9355e3

View File

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