Call get_lxc_ip in start() before updates (#12015)

This commit is contained in:
CanbiZ (MickLesk)
2026-02-17 09:08:09 +01:00
committed by GitHub
parent fae06a3a58
commit 2dddeaf966

View File

@@ -3427,6 +3427,7 @@ start() {
VERBOSE="no" VERBOSE="no"
set_std_mode set_std_mode
ensure_profile_loaded ensure_profile_loaded
get_lxc_ip
update_script update_script
update_motd_ip update_motd_ip
cleanup_lxc cleanup_lxc
@@ -3454,6 +3455,7 @@ start() {
;; ;;
esac esac
ensure_profile_loaded ensure_profile_loaded
get_lxc_ip
update_script update_script
update_motd_ip update_motd_ip
cleanup_lxc cleanup_lxc