mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	bump daemon so npm update has a chance to update it in future
This commit is contained in:
		| @@ -13,7 +13,8 @@ Useful for monitoring command line based processes. | ||||
| Install | ||||
| ------- | ||||
|  | ||||
| Run the following command in your Node-RED user directory - typically `~/.node-red` | ||||
| Either use the Editor - Menu - Manage Palette - Install option or | ||||
| run the following command in your Node-RED user directory - typically `~/.node-red` | ||||
|  | ||||
|     npm i node-red-node-daemon | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| <!DOCTYPE html> | ||||
|  | ||||
| <script type="text/x-red" data-template-name="daemon"> | ||||
| <script type="text/html" data-template-name="daemon"> | ||||
|     <div class="form-row"> | ||||
|         <label for="node-input-command"><i class="fa fa-file"></i> Command</label> | ||||
|         <input type="text" id="node-input-command" placeholder="command"> | ||||
| @@ -49,7 +49,7 @@ | ||||
|     All parameters should be passed in as arguments.</div> | ||||
| </script> | ||||
|  | ||||
| <script type="text/x-red" data-help-name="daemon"> | ||||
| <script type="text/html" data-help-name="daemon"> | ||||
|     <p>Calls out to a long running system command. Sends <code>msg.payload</code> to stdin of the process.</p> | ||||
|     <p>Provides 3 outputs... stdout, stderr, and return code , from the running command.</p> | ||||
|     <p>If the called program stops (i.e. a return code is produced), this node can attempt to restart the command.</p> | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name"          : "node-red-node-daemon", | ||||
|     "version"       : "0.0.26", | ||||
|     "version"       : "0.1.0", | ||||
|     "description"   : "A Node-RED node that runs and monitors a long running system command.", | ||||
|     "dependencies"  : { | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user