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
364c8478
Commit
364c8478
authored
Apr 09, 2020
by
Mathias Goebel
Browse files
fix var name
parent
377a97f5
Pipeline
#130819
passed with stages
in 3 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
364c8478
...
...
@@ -58,9 +58,9 @@ return
declare
variable
$moveProject1
:=
xmldb:move
(
"/db/apps/fontane/sade-projects"
,
"/db"
);
declare
variable
$log1
:=
util:log-system-out
(
"moved 1"
);
declare
variable
$moveProject2
:=
xmldb:move
(
"/db/apps/fontane/system/config/db/sade-projects"
,
"/db/system/config/db"
);
declare
variable
$log
1
:=
util:log-system-out
(
"moved 2"
);
declare
variable
$log
2
:=
util:log-system-out
(
"moved 2"
);
declare
variable
$moveProject3
:=
xmldb:move
(
"/db/apps/fontane/system/autostart"
,
"/db/system"
);
declare
variable
$log
1
:=
util:log-system-out
(
"moved 3"
);
declare
variable
$log
3
:=
util:log-system-out
(
"moved 3"
);
declare
variable
$preconfigdoc
:=
doc
(
"/db/sade-projects/textgrid/config.xml"
);
declare
variable
$credentials
:=
file:read
(
"/var/lib/textgrid/fontane/credentials.txt"
)
...
...
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