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
Commits
068c9d02
Commit
068c9d02
authored
May 19, 2021
by
Mathias Goebel
Browse files
fix: type error
parent
c662218b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
068c9d02
...
...
@@ -11,5 +11,5 @@ return
exrest:register-module
(
xs:anyURI
(
$uri
))
)
,
sm:chmod
(
$target
||
"/modules/wiki/wiki.xqm"
,
"rwsrwxr-x"
)
sm:chmod
(
xs:anyURI
(
$target
||
"/modules/wiki/wiki.xqm"
)
,
"rwsrwxr-x"
)
)
\ No newline at end of file
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