Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE-Project
Commits
b7d05770
Commit
b7d05770
authored
Apr 16, 2020
by
Mathias Goebel
Browse files
set permissions on xquery files (executable via REST interface)
parent
56973851
Pipeline
#131478
passed with stages
in 13 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pre-install.xq
View file @
b7d05770
...
...
@@ -19,6 +19,7 @@ return (
(: MIME type :)
()
,
(: preserve structure :)
true
()
)
,
(
collection
(
"/db/sade-projects"
)
/
base-uri
()[
ends-with
(
.,
".xq"
)
or
ends-with
(
.,
".xql"
)]
!
sm:chmod
(
.,
"rwxrwxr-x"
))
,
file:delete
(
$dir
||
$fileSeparator
||
"sade-projects"
)
,
xmldb:store-files-from-pattern
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment