mirror of
https://github.com/tteck/Proxmox.git
synced 2024-12-28 07:51:55 +00:00
Update openwrt-vm.sh
shfmt
This commit is contained in:
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 "uci commit"
|
||||||
send_line_to_vm "halt"
|
send_line_to_vm "halt"
|
||||||
msg_ok "Pre-configured network interfaces"
|
msg_ok "Pre-configured network interfaces"
|
||||||
until qm status $VMID | grep -q "stopped"
|
until qm status $VMID | grep -q "stopped"; do
|
||||||
do
|
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
msg_info "Adding bridge interface"
|
msg_info "Adding bridge interface"
|
||||||
|
Loading…
Reference in New Issue
Block a user