From b6eb32b0ab2fec9355006610f4345decbf41fe52 Mon Sep 17 00:00:00 2001 From: H3o66 Date: Sun, 21 Feb 2021 00:13:28 +0100 Subject: [PATCH] fix(core): add execution of check_ip before the config init --- linuxgsm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linuxgsm.sh b/linuxgsm.sh index 059ac9da2..5fe9d2e55 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -403,6 +403,8 @@ else fi fi fi + # execute check_ip.sh once before the initial config is load to set the ip + 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"