Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ubl
amsl
Deployment
Images
folio-tools
Commits
bbd3beee
Commit
bbd3beee
authored
Nov 24, 2021
by
Steffen Köhler
Browse files
Skip enable mod-authtoken in first loop.
parent
53715bb8
Pipeline
#10791
passed with stages
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/scripts/register-tenant
View file @
bbd3beee
...
...
@@ -313,7 +313,7 @@ install_modules() {
local
module
for
module
in
$@
;
do
if
[[
${
module
}
==
mod-authtoken
*
]]
&&
[
passage
=
0
]
;
then
break
;
fi
if
[[
${
module
}
==
mod-authtoken
*
]]
&&
[
passage
-eq
0
]
;
then
echo
"Will skip"
;
break
;
fi
read
-r
-d
''
part
<<
EOF
{
"id": "
${
module
}
",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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