mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-03 02:08:12 -05: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
|