mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
protect nextcloudpi-config files from reading. They can contain sensitive information
This commit is contained in:
parent
36b3f49d35
commit
bb61bb7c0e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user