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-04-07 01:40:46 +0300
committernachoparker <nacho@ownyourbits.com>2017-04-07 01:40:46 +0300
commit714f6b2a79576d2c9f967d3cab4d9311fe889d1a (patch)
tree82b42c6ab93abce41fd1bceba84c2f4553150378 /etc/nextcloudpi-config.d/fail2ban.sh
parenta17c39313b0b08c41acd69f092a847dcf46e8a57 (diff)
fixes enabling servicesv0.5.10
Diffstat (limited to 'etc/nextcloudpi-config.d/fail2ban.sh')
-rwxr-xr-xetc/nextcloudpi-config.d/fail2ban.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nextcloudpi-config.d/fail2ban.sh b/etc/nextcloudpi-config.d/fail2ban.sh
index 758c78c0..cc2add4a 100755
--- a/etc/nextcloudpi-config.d/fail2ban.sh
+++ b/etc/nextcloudpi-config.d/fail2ban.sh
@@ -113,6 +113,7 @@ logpath = $NCLOG_
maxretry = $MAXRETRY_
EOF
update-rc.d fail2ban defaults
+ update-rc.d fail2ban enable
service fail2ban restart
}