Skip to content
Snippets Groups Projects
Commit 390c4c95 authored by Bob Mottram's avatar Bob Mottram
Browse files

Set permissions after nextcloud install

parent b48e31c2
No related branches found
No related tags found
No related merge requests found
......@@ -507,6 +507,8 @@ function install_nextcloud_main {
./occ config:system:set defaultapp --value=passman
./occ config:system:set appstoreenabled --value=true
./occ config:system:set trusted_domains 2 --value=$NEXTCLOUD_DOMAIN_NAME
chmod g+w /var/www/${NEXTCLOUD_DOMAIN_NAME}/htdocs/config/config.php
chown -R www-data:www-data /var/www/${NEXTCLOUD_DOMAIN_NAME}/htdocs
set_completion_param "nextcloud domain" "$NEXTCLOUD_DOMAIN_NAME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment