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
1 changed files with 1 additions and 1 deletions

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