scripts dutchification - batch 1

This commit is contained in:
bergware
2023-10-11 16:42:11 +02:00
parent 2692f1fbb5
commit aeebf3bb61
-1
View File
@@ -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