From 497b254ee93765d1ffea222fc4f78662cbab8125 Mon Sep 17 00:00:00 2001 From: Michiel Derhaeg Date: Thu, 4 May 2017 21:26:41 +0200 Subject: [PATCH] add /run to the next line as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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