mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-05-20 22:07:04 +00:00
fixed typo
This commit is contained in:
parent
658fe0ceeb
commit
d8c4cf2b28
@ -342,7 +342,7 @@ rm -f /etc/fail2ban/jail.local # we used to use this file but don't anymore
|
|||||||
rm -f /etc/fail2ban/jail.d/defaults-debian.conf # removes default config so we can manage all of fail2ban rules in one config
|
rm -f /etc/fail2ban/jail.d/defaults-debian.conf # removes default config so we can manage all of fail2ban rules in one config
|
||||||
|
|
||||||
# Check if the user wants to enable Nextcloud and its rules aren't configured yet
|
# Check if the user wants to enable Nextcloud and its rules aren't configured yet
|
||||||
# if both conditions are true, the relevant firejail configuration will be added
|
# if both conditions are true, the relevant fail2ban configuration will be added
|
||||||
if [ "${DISABLE_NEXTCLOUD}" != "0"] && ! grep -q owncloud conf/fail2ban/jails.conf; then
|
if [ "${DISABLE_NEXTCLOUD}" != "0"] && ! grep -q owncloud conf/fail2ban/jails.conf; then
|
||||||
cat conf/fail2ban/nextcloud-jail.conf >> conf/fail2ban/jails.conf
|
cat conf/fail2ban/nextcloud-jail.conf >> conf/fail2ban/jails.conf
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user