Explorar o código

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

Christian %!s(int64=5) %!d(string=hai) anos
pai
achega
0ab57342b2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      linuxgsm.sh

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