mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-08 12:07:37 +08:00
fix(core): add execution of check_ip before the config init (#3289)
This commit is contained in:
parent
0ca6c8a0fb
commit
0ab57342b2
@ -403,6 +403,8 @@ else
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
# Load the IP details before the first config is loaded.
|
||||
check_ip.sh
|
||||
# Configs have to be loaded twice to allow start startparameters to pick up all vars
|
||||
# shellcheck source=/dev/null
|
||||
source "${configdirserver}/_default.cfg"
|
||||
|
Loading…
Reference in New Issue
Block a user