mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Fixes eslint errors
This commit is contained in:
		| @@ -932,7 +932,8 @@ const internalCertificate = { | ||||
|  | ||||
| 		// Prepend the path to the credentials file as an environment variable | ||||
| 		if (certificate.meta.dns_provider === 'route53') { | ||||
| 			main_cmd = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd; | ||||
| 			const credentials_loc = '/etc/letsencrypt/credentials/credentials-' + certificate.id; | ||||
| 			main_cmd              = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd; | ||||
| 		} | ||||
|  | ||||
| 		if (debug_mode) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user