mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Added 'exec' to the command in the node-red-pi script (#910)
This commit is contained in:
parent
e29a0df3fd
commit
8bbc9e6502
@ -40,4 +40,4 @@ SCRIPT_PATH="`pwd`";
|
|||||||
cd $CURRENT_PATH
|
cd $CURRENT_PATH
|
||||||
|
|
||||||
# Run Node-RED
|
# Run Node-RED
|
||||||
/usr/bin/env node $OPTIONS $SCRIPT_PATH/../red.js $ARGS
|
exec /usr/bin/env node $OPTIONS $SCRIPT_PATH/../red.js $ARGS
|
||||||
|
Loading…
Reference in New Issue
Block a user