bugfix: 0-index, duh
This commit is contained in:
		
							parent
							
								
									02a53f681f
								
							
						
					
					
						commit
						32f969cb18
					
				@ -3,7 +3,7 @@
 | 
				
			|||||||
'use strict';
 | 
					'use strict';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// node telebit daemon arg1 arg2
 | 
					// node telebit daemon arg1 arg2
 | 
				
			||||||
if ('daemon' === process.argv[3]) {
 | 
					if ('daemon' === process.argv[2]) {
 | 
				
			||||||
  require('./telebitd.js');
 | 
					  require('./telebitd.js');
 | 
				
			||||||
} else {
 | 
					} else {
 | 
				
			||||||
  require('./telebit-remote.js');
 | 
					  require('./telebit-remote.js');
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user