Browse Source

fix(core): add execution of check_ip before the config init

pull/3289/head
H3o66 5 years ago
parent
commit
b6eb32b0ab
  1. 2
      linuxgsm.sh

2
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"

Loading…
Cancel
Save