Skip to content
Snippets Groups Projects
Commit a3d1e100 authored by František Dvořák's avatar František Dvořák
Browse files

Merge branch 'stage_file_permissions' into 'master'

Adding execute bit on file permissions on stage

See merge request !33
parents 3f50d007 afc733b9
No related branches found
No related tags found
1 merge request!33Adding execute bit on file permissions on stage
......@@ -260,7 +260,7 @@ hub:
{"name": "WEBDAV_VENDOR", "value": "owncloud"},
# XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret
# quicker directory cache and polling
{"name": "MOUNT_OPTS", "value": "--file-perms=0600 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"},
{"name": "MOUNT_OPTS", "value": "--file-perms=0700 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"},
{"name": "MOUNT_PATH", "value": "/owncloud" + subpath},
# default mode is "full"
{"name": "VFS_CACHE_MODE", "value": "full"},
......
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