diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index dcc9ba274..10fa9965f 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -157,11 +157,11 @@ diff --git a/nodes/core/core/75-exec.html b/nodes/core/core/75-exec.html index 349b8c97e..735ed984e 100644 --- a/nodes/core/core/75-exec.html +++ b/nodes/core/core/75-exec.html @@ -44,7 +44,7 @@

Provides 3 outputs... stdout, stderr, and return code.

By default uses exec() which calls the command, then gets a callback on completion, returning the complete result in one message, along with any errors.

Optionally can use spawn() instead, which returns the output from stdout and stderr as the command runs (usually one line at a time). On completion it then returns a return code (on the 3rd output).

-

The optional append gets added to the command after the msg.payload - so you can do things like pipe the result to another command.

+

The optional append gets added to the command after the msg.payload - so you can do things like pipe the result to another command.

Parameters with spaces should be enclosed in quotes - "This is a single parameter"

If stdout is binary a buffer is returned - otherwise returns a string.

The blue status icon will be visible while the node is active.

diff --git a/nodes/core/core/80-template.html b/nodes/core/core/80-template.html index f68577c6e..31593053a 100644 --- a/nodes/core/core/80-template.html +++ b/nodes/core/core/80-template.html @@ -52,7 +52,8 @@ - -