Skip to content

Commit 0ab5734

Browse files
authored
fix(core): add execution of check_ip before the config init (#3289)
1 parent 0ca6c8a commit 0ab5734

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

linuxgsm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ else
403403
fi
404404
fi
405405
fi
406+
# Load the IP details before the first config is loaded.
407+
check_ip.sh
406408
# Configs have to be loaded twice to allow start startparameters to pick up all vars
407409
# shellcheck source=/dev/null
408410
source "${configdirserver}/_default.cfg"

0 commit comments

Comments
 (0)