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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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