mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-02-03 06:03:24 +00:00
8 lines
216 B
Bash
8 lines
216 B
Bash
###
|
|
# StatusQuo: Fail2Ban
|
|
# please issue: /usr/local/src/install-nextcloud/fail2ban.sh
|
|
###
|
|
#!/bin/bash
|
|
fail2ban-client status nextcloud && fail2ban-client status nginx-http-auth && fail2ban-client status sshd
|
|
exit 0
|