mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
7 lines
209 B
Bash
7 lines
209 B
Bash
###
|
|
# Staus quo: Fail2Ban (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
|