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-07-31 14:43:01 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commitc5c5a8eab0301e6fd94f9df2631bc3a059e17da4 (patch)
treee43847a7afe113388caae9efa0f985d9494fd127
parente0d9aea83cb46f487292de5ff5e50d70168ebc63 (diff)
fix nc-scan-autov0.18.2
-rw-r--r--etc/nextcloudpi-config.d/nc-scan.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nextcloudpi-config.d/nc-scan.sh b/etc/nextcloudpi-config.d/nc-scan.sh
index e1bf0f42..a3a11667 100644
--- a/etc/nextcloudpi-config.d/nc-scan.sh
+++ b/etc/nextcloudpi-config.d/nc-scan.sh
@@ -19,6 +19,7 @@ DESCRIPTION="Scan NC for externally modified files"
install()
{
cat > /usr/local/bin/ncp-scan <<EOF
+#!/bin/bash
cd /var/www/nextcloud
sudo -u www-data php occ files:scan --all
EOF