diff options
Diffstat (limited to 'examples/var_service/dhcp_if/run')
-rwxr-xr-x | examples/var_service/dhcp_if/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/dhcp_if/run b/examples/var_service/dhcp_if/run index d8f343586..882f008d6 100755 --- a/examples/var_service/dhcp_if/run +++ b/examples/var_service/dhcp_if/run | |||
@@ -8,7 +8,7 @@ pwd="$PWD" | |||
8 | if="${PWD##*/dhcp_}" | 8 | if="${PWD##*/dhcp_}" |
9 | 9 | ||
10 | echo "* Upping iface $if" | 10 | echo "* Upping iface $if" |
11 | ip link set dev "$if" up || { sleep 5; exit; } | 11 | ip link set dev "$if" up || exec sleep 5 |
12 | 12 | ||
13 | echo "* Starting udhcpc on $if [$$]" | 13 | echo "* Starting udhcpc on $if [$$]" |
14 | exec \ | 14 | exec \ |