mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +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