From 8bbc9e65027aac94aee9abfae2f55e58769955d1 Mon Sep 17 00:00:00 2001 From: Nicholas Humfrey Date: Mon, 20 Jun 2016 09:53:57 +0100 Subject: [PATCH] Added 'exec' to the command in the node-red-pi script (#910) --- bin/node-red-pi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/node-red-pi b/bin/node-red-pi index 81a36f9d4..0cc85a00c 100755 --- a/bin/node-red-pi +++ b/bin/node-red-pi @@ -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