diff options
Diffstat (limited to 'examples/udhcp/sample.renew')
-rwxr-xr-x | examples/udhcp/sample.renew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/udhcp/sample.renew b/examples/udhcp/sample.renew index 842bafe..ea368fc 100755 --- a/examples/udhcp/sample.renew +++ b/examples/udhcp/sample.renew @@ -28,4 +28,4 @@ for i in $dns do echo adding dns $i echo nameserver $i >> $RESOLV_CONF -done
\ No newline at end of file +done |