MAJOR: Updates for Authenticated Web UI and CLI #30
| @ -328,6 +328,7 @@ function parseConfig(err, text) { | |||||||
|       console.info(verstr.join(' ')); |       console.info(verstr.join(' ')); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |     if (err) { | ||||||
|       if ('ENOENT' === err.code || 'ECONNREFUSED' === err.code) { |       if ('ENOENT' === err.code || 'ECONNREFUSED' === err.code) { | ||||||
|         console.error("Either the telebit service was not already (and could not be started) or its socket could not be written to."); |         console.error("Either the telebit service was not already (and could not be started) or its socket could not be written to."); | ||||||
|         console.error(err); |         console.error(err); | ||||||
| @ -337,7 +338,9 @@ function parseConfig(err, text) { | |||||||
|       } else { |       } else { | ||||||
|         console.error(err); |         console.error(err); | ||||||
|       } |       } | ||||||
|     if (err) { process.exit(101); return; } |       process.exit(101); | ||||||
|  |       return; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|     //
 |     //
 | ||||||
|     // check for init first, before anything else
 |     // check for init first, before anything else
 | ||||||
| @ -428,6 +431,7 @@ function parseConfig(err, text) { | |||||||
|         RC.request({ service: argv[0], method: 'POST', data: argv.slice(1) }, handleRemoteRequest(argv[0])); |         RC.request({ service: argv[0], method: 'POST', data: argv.slice(1) }, handleRemoteRequest(argv[0])); | ||||||
|         return true; |         return true; | ||||||
|       } |       } | ||||||
|  |       help(); | ||||||
|       return true; |       return true; | ||||||
|     })) { |     })) { | ||||||
|       return; |       return; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user