make sure nextclouds config.php is only readable by user www-data

This commit is contained in:
KiekerJan 2022-09-14 14:44:09 +02:00
parent 0f510d97c9
commit 191fd62835
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ echo ";";
?>
EOF
chown www-data.www-data $STORAGE_ROOT/owncloud/config.php
chmod 640 $STORAGE_ROOT/owncloud/config.php
# Enable/disable apps. Note that this must be done after the Nextcloud setup.
# The firstrunwizard gave Josh all sorts of problems, so disabling that.