mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 04:40:10 +00:00
Call get_lxc_ip in start() before updates (#12015)
This commit is contained in:
parent
fae06a3a58
commit
2dddeaf966
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue