From 0ab57342b2965e224c5303f30ae7c0db2aa15ed1 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 21 Feb 2021 22:13:40 +0100 Subject: [PATCH] fix(core): add execution of check_ip before the config init (#3289) --- linuxgsm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linuxgsm.sh b/linuxgsm.sh index 059ac9da2..36ef5764c 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -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"