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
8a6373a1
Commit
8a6373a1
authored
Nov 24, 2021
by
Steffen Köhler
Browse files
Skip enable mod-authtoken in first loop.
parent
bbd3beee
Pipeline
#10792
passed with stages
in 3 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/scripts/register-tenant
View file @
8a6373a1
...
...
@@ -313,7 +313,7 @@ install_modules() {
local
module
for
module
in
$@
;
do
if
[[
${
module
}
==
mod-authtoken
*
]]
&&
[
passage
-eq
0
]
;
then
echo
"Will skip"
;
break
;
fi
if
[[
${
module
}
==
mod-authtoken
*
]]
&&
[
${
passage
}
-eq
0
]
;
then
echo
"Will skip"
;
break
;
fi
read
-r
-d
''
part
<<
EOF
{
"id": "
${
module
}
",
...
...
@@ -350,7 +350,7 @@ EOF
done
echo
"
${
result
##*|
}
("
${
result
%|*
}
")"
passage
=
1
let
passage
=
1
return
12
}
...
...
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