mirror of
https://github.com/unraid/webgui.git
synced 2026-05-18 04:10:03 -05:00
scripts dutchification - batch 1
This commit is contained in:
@@ -367,7 +367,6 @@ ipaddr_up(){
|
||||
log "interface $IFACE is DOWN, polling DHCP $IP server in background"
|
||||
run dhcpcd -b $DHCP_OPTIONS $IFACE
|
||||
fi
|
||||
[[ $j -eq $((${VLANS[$i]}-1)) ]] && sleep 3
|
||||
elif [[ $DHCP == no ]]; then
|
||||
# bring up interface using static IP address
|
||||
if carrier_up $IFACE; then
|
||||
|
||||
Reference in New Issue
Block a user