mirror of https://github.com/tteck/Proxmox.git
parent
c5ee4993c8
commit
6a7cd6b956
|
@ -406,8 +406,7 @@ send_line_to_vm "uci set firewall.@zone[1].forward='ACCEPT'"
|
|||
send_line_to_vm "uci commit"
|
||||
send_line_to_vm "halt"
|
||||
msg_ok "Pre-configured network interfaces"
|
||||
until qm status $VMID | grep -q "stopped"
|
||||
do
|
||||
until qm status $VMID | grep -q "stopped"; do
|
||||
sleep 2
|
||||
done
|
||||
msg_info "Adding bridge interface"
|
||||
|
|
Loading…
Reference in New Issue