mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-29 04:17:07 +00:00
add quotation marks
This commit is contained in:
parent
4f5fb7fe4b
commit
b9d367adff
@ -343,7 +343,7 @@ rm -f /etc/fail2ban/jail.d/defaults-debian.conf # removes default config so we c
|
|||||||
|
|
||||||
# Check if the user wants to enable Nextcloud, if the user wants it
|
# Check if the user wants to enable Nextcloud, if the user wants it
|
||||||
# the relevant firejail configuration will be added
|
# the relevant firejail configuration will be added
|
||||||
if [ ${DISABLE_NEXTCLOUD} != "0"]; then
|
if [ "${DISABLE_NEXTCLOUD}" != "0"]; 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