6 lines
93 B
Plaintext
Executable File
6 lines
93 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
exec \
|
|
fail2ban-client -x -f start
|