diff --git a/README.md b/README.md index 26126b8..7bb208a 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ The very last thing we will do is provide our system with a network connection. ```bash $ mkdir -p /etc/init.d/udhcpc $ vi /etc/init.d/udhcpc/run -$ cat /etc/init.d/udhcpc +$ cat /etc/init.d/udhcpc/run #!/bin/sh exec udhcpc -f -S $ chmod +x /etc/init.d/udhcpc/run