Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-11-16 16:20:14 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-16 16:20:28 +0300
commitac9989dd28dd780eba6afdb198402d7c8a58f7c1 (patch)
tree5e1600356500c6f1e8119d23877694f92d493e6b
parent509206cd23af2e5c54229664a1fe7911ae437775 (diff)
fail2ban: fix accidentally deleted linev0.34.12
-rw-r--r--changelog.md4
-rw-r--r--etc/nextcloudpi-config.d/fail2ban.sh1
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index f335f980..c27055e3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.34.11](https://github.com/nextcloud/nextcloudpi/commit/9b6a598) (2017-11-15) ncp-web: only show wizard button if it exists
+[v0.34.12](https://github.com/nextcloud/nextcloudpi/commit/58173ad) (2017-11-16) fail2ban: fix accidentally deleted line
+
+[v0.34.11](https://github.com/nextcloud/nextcloudpi/commit/634bc33) (2017-11-15) ncp-web: only show wizard button if it exists, delete from docker
[v0.34.10](https://github.com/nextcloud/nextcloudpi/commit/de9eea5) (2017-11-14) noip: fix return value
diff --git a/etc/nextcloudpi-config.d/fail2ban.sh b/etc/nextcloudpi-config.d/fail2ban.sh
index 64514288..af1f0572 100644
--- a/etc/nextcloudpi-config.d/fail2ban.sh
+++ b/etc/nextcloudpi-config.d/fail2ban.sh
@@ -38,6 +38,7 @@ install()
update-rc.d fail2ban disable
rm -f /etc/fail2ban/jail.d/defaults-debian.conf
+ [[ "$DOCKERBUILD" == 1 ]] && {
cat > /etc/services-available.d/100fail2ban <<EOF
#!/bin/bash