mirror of
				https://git.coolaj86.com/coolaj86/telebit.js.git
				synced 2025-11-04 02:32:47 +00:00 
			
		
		
		
	fix agreeTos config typo
This commit is contained in:
		
							parent
							
								
									a5a78400bf
								
							
						
					
					
						commit
						e21e7265e7
					
				@ -125,7 +125,7 @@ function connectTunnel() {
 | 
			
		||||
        // trusted source that is already checking, we're good
 | 
			
		||||
        //if (-1 !== state.config.servernames.indexOf(opts.domains[0])) {
 | 
			
		||||
          opts.email = state.greenlock.email || state.config.email;
 | 
			
		||||
          opts.agreeTos = state.greenlock.agree || state.agreeTos;
 | 
			
		||||
          opts.agreeTos = state.greenlock.agree || state.config.agreeTos;
 | 
			
		||||
          cb(null, { options: opts, certs: certs });
 | 
			
		||||
          return;
 | 
			
		||||
        //}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user