mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-29 02:22:28 +00:00
6 lines
146 B
Plaintext
Executable File
6 lines
146 B
Plaintext
Executable File
#!/command/with-contenv bash
|
||
# shellcheck shell=bash
|
||
|
||
echo "❯ Starting fail2ban ..."
|
||
exec /usr/bin/fail2ban-client -c /fail2ban -x -vv -f start
|