summaryrefslogtreecommitdiffstats
path: root/src/connections/ethernet-iproute
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/ethernet-iproute')
-rw-r--r--src/connections/ethernet-iproute2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/ethernet-iproute b/src/connections/ethernet-iproute
index a6c4804..3d5f5d3 100644
--- a/src/connections/ethernet-iproute
+++ b/src/connections/ethernet-iproute
@@ -19,7 +19,7 @@ ethernet_up() {
fi
ip link set $INTERFACE up
- sleep 1
+ sleep 2
if ip link show $INTERFACE|grep -q "NO-CARRIER"; then
err_append "No connection"