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:
-rw-r--r--etc/ncp-config.d/nc-datadir.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-datadir.sh b/etc/ncp-config.d/nc-datadir.sh
index 2be3c9f9..da5059ae 100644
--- a/etc/ncp-config.d/nc-datadir.sh
+++ b/etc/ncp-config.d/nc-datadir.sh
@@ -72,6 +72,7 @@ configure()
}
cp --reflink=auto -raT "$SRCDIR" "$DATADIR_" || return 1
+ chown www-data:www-data "$DATADIR_"
# tmp upload dir
mkdir -p "$DATADIR_/tmp"