aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/dhcpd_if/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/dhcpd_if/run')
-rwxr-xr-xexamples/var_service/dhcpd_if/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/var_service/dhcpd_if/run b/examples/var_service/dhcpd_if/run
index de85dece0..a603bdc71 100755
--- a/examples/var_service/dhcpd_if/run
+++ b/examples/var_service/dhcpd_if/run
@@ -11,13 +11,13 @@ echo "* Upping iface $if"
ip link set dev $if up
>>udhcpd.leases
-sed 's/^interface.*$/interface '"$if/" -i udhcpc.conf
+sed 's/^interface.*$/interface '"$if/" -i udhcpd.conf
echo "* Starting udhcpd"
exec \
env - PATH="$PATH" \
softlimit \
setuidgid root \
-udhcpd -f -vv udhcpc.conf
+udhcpd -f -vv udhcpd.conf
exit $?