8000 add /run to the next line as well · codebug8/build-linux@497b254 · GitHub
[go: up one dir, main page]

Skip to content

Commit 497b254

Browse files
add /run to the next line as well
1 parent 73b5bf3 commit 497b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ The very last thing we will do is provide our system with a network connection.
575575
```bash
576576
$ mkdir -p /etc/init.d/udhcpc
577577
$ vi /etc/init.d/udhcpc/run
578-
$ cat /etc/init.d/udhcpc
578+
$ cat /etc/init.d/udhcpc/run
579579
#!/bin/sh
580580
exec udhcpc -f -S
581581
$ chmod +x /etc/init.d/udhcpc/run

0 commit comments

Comments
 (0)
0