Skip to content

Commit 58ecf51

Browse files
author
Dave Conway-Jones
committed
Update beagleboneblack.md
default init script points to pi user - so point out this fact.
1 parent 24f1d7d commit 58ecf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hardware/beagleboneblack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then make Node-RED into a service but using init.d - thanks to our contributors
5151

5252
see [Node-RED init script](https://gist.github.com/bigmonkeyboy/9962293)
5353

54-
If you copy the init script into /etc/init.d/node-red and make it executable you can then stop, start and restart Node-RED by
54+
Copy the init script into /etc/init.d/node-red and make it executable. You will also need to edit line 22 `cd /home/pi/node-red` to point to wherever you have installed Node-RED. You can then stop, start and restart Node-RED by
5555

5656
$ sudo service node-red stop
5757
$ sudo service node-red start

0 commit comments

Comments
 (0)