Skip to content
Snippets Groups Projects
Commit 4e681863 authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

Merge branch 'hotfix/1.1.1'

parents 18f6d914 4953c8d7
No related branches found
No related tags found
No related merge requests found
project.version=1.1
project.version=1.1.1
......@@ -115,7 +115,7 @@ declare variable $credentialInjection :=
case 4 return update replace $configdoc//param[@key="dokuwiki.user"]/text() with text {$line}
case 5 return update replace $configdoc//param[@key="dokuwiki.password"]/text() with text {$line}
default return false();
declare variable $SetAdminPw := sm:passwd("admin", string($configdoc//param[@key="secret"]/text()));
declare variable $config := map:new(for $param in $configdoc/config/param
return map:entry(string($param/@key), string($param))
);
......
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