Browse Source
fix(core): add execution of check_ip before the config init (#3289)
pull/3319/head
Christian
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
linuxgsm.sh
|
@ -403,6 +403,8 @@ else |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
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 |
|
|
# Configs have to be loaded twice to allow start startparameters to pick up all vars |
|
|
# shellcheck source=/dev/null |
|
|
# shellcheck source=/dev/null |
|
|
source "${configdirserver}/_default.cfg" |
|
|
source "${configdirserver}/_default.cfg" |
|
|