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:
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index d6b6d76e..b71272be 100755
--- a/update.sh
+++ b/update.sh
@@ -41,6 +41,9 @@ for file in etc/nextcloudpi-config.d/*; do
cp $file /usr/local/$file
done
+# these files can contain sensitive information, such as passwords
+chmod 700 /usr/local/etc/nextcloudpi-config.d/*
+
# License
#
# This script is free software; you can redistribute it and/or modify it