mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-03 17:13:33 +00:00 
			
		
		
		
	Use the certbot command from the PATH variable
This commit is contained in:
		@@ -11,7 +11,7 @@ const debug_mode       = process.env.NODE_ENV !== 'production' || !!process.env.
 | 
			
		||||
const le_staging       = process.env.NODE_ENV !== 'production';
 | 
			
		||||
const internalNginx    = require('./nginx');
 | 
			
		||||
const internalHost     = require('./host');
 | 
			
		||||
const certbot_command  = '/opt/certbot/bin/certbot';
 | 
			
		||||
const certbot_command  = 'certbot';
 | 
			
		||||
const le_config        = '/etc/letsencrypt.ini';
 | 
			
		||||
const dns_plugins      = require('../global/certbot-dns-plugins');
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user