1
0
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:
Nicholas Humfrey 2016-06-20 09:53:57 +01:00 committed by Nick O'Leary
parent e29a0df3fd
commit 8bbc9e6502

View File

@ -40,4 +40,4 @@ SCRIPT_PATH="`pwd`";
cd $CURRENT_PATH
# Run Node-RED
/usr/bin/env node $OPTIONS $SCRIPT_PATH/../red.js $ARGS
exec /usr/bin/env node $OPTIONS $SCRIPT_PATH/../red.js $ARGS