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>2018-05-03 11:51:49 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-03 11:51:49 +0300
commit73bc22ad7e3b427ddf1231e41ab0fbebb6c114d8 (patch)
tree99d9dc215f45c79995bdc8cdf9fdcbba5794dce3 /etc/ncp-config.d/fail2ban.sh
parentff223116b3d4e189d7a7616443b63863b82c8b85 (diff)
samba: restart after configuration changev0.54.2
Diffstat (limited to 'etc/ncp-config.d/fail2ban.sh')
-rw-r--r--etc/ncp-config.d/fail2ban.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/ncp-config.d/fail2ban.sh b/etc/ncp-config.d/fail2ban.sh
index 99f89760..4cbe3fe8 100644
--- a/etc/ncp-config.d/fail2ban.sh
+++ b/etc/ncp-config.d/fail2ban.sh
@@ -89,7 +89,6 @@ configure()
[ -d "$BASEDIR" ] || { echo -e "directory $BASEDIR not found"; return 1; }
sudo -u www-data touch "$NCLOG" || { echo -e "ERROR: user www-data does not have write permissions on $NCLOG"; return 1; }
- chown -R www-data "$BASEDIR"
cd /var/www/nextcloud
sudo -u www-data php occ config:system:set loglevel --value=2