bugfix: 0-index, duh
This commit is contained in:
		
							parent
							
								
									4870cd1ee0
								
							
						
					
					
						commit
						45386c2649
					
				| @ -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