mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Added 'exec' to the command in the node-red-pi script (#910)
This commit is contained in:
		
				
					committed by
					
						
						Nick O'Leary
					
				
			
			
				
	
			
			
			
						parent
						
							e29a0df3fd
						
					
				
				
					commit
					8bbc9e6502
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user