From 2dddeaf96648c35755250ec6d8832495e2bc7e82 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:08:09 +0100 Subject: [PATCH] Call get_lxc_ip in start() before updates (#12015) --- misc/build.func | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/build.func b/misc/build.func index 215fbb0e5..04f24867a 100644 --- a/misc/build.func +++ b/misc/build.func @@ -3427,6 +3427,7 @@ start() { VERBOSE="no" set_std_mode ensure_profile_loaded + get_lxc_ip update_script update_motd_ip cleanup_lxc @@ -3454,6 +3455,7 @@ start() { ;; esac ensure_profile_loaded + get_lxc_ip update_script update_motd_ip cleanup_lxc