mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 23:33:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/command/with-contenv bash
 | |
| # shellcheck shell=bash
 | |
| 
 | |
| . /bin/common.sh
 | |
| 
 | |
| if [ "$(is_true "$DEBUG")" = '1' ]; then
 | |
| 	set -x
 | |
| fi
 | |
| 
 | |
| log_info 'Starting fail2ban ...'
 | |
| exec /usr/bin/fail2ban-client -c /fail2ban -x -vv -f start
 |