mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	Merge pull request #17 from omercnet/patch-1
Update challenge-handlers.js
This commit is contained in:
		
						commit
						63ab09f060
					
				| @ -26,7 +26,7 @@ module.exports = { | ||||
|       if (args.debug) { | ||||
|         console.debug('[LEX] mkdirp', webrootPath); | ||||
|       } | ||||
|       mkdirp(webrootPath, function () { | ||||
|       mkdirp(webrootPath, function (err) { | ||||
|         if (err) { cb(err); return; } | ||||
| 
 | ||||
|         fs.writeFile(keyfile, value, 'utf8', cb); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user