Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-distrib
Commits
e2c9de50
Commit
e2c9de50
authored
Jun 30, 2021
by
Baptiste Mesta
Committed by
GitHub
Jun 30, 2021
Browse files
defect(docker): invert logs about HTTP API activation (#358)
parent
f2a0b1c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/files/config.sh
View file @
e2c9de50
...
...
@@ -114,11 +114,11 @@ fi
# if required, deactivate HTTP API by updating bonita.war with proper web.xml
if
[
"
$HTTP_API
"
=
'false'
]
then
echo
"Unsecured HTTP API: Activated"
echo
"Unsecured HTTP API:
NOT
Activated"
cd
${
BONITA_FILES
}
/
zip
${
BONITA_PATH
}
/BonitaCommunity-
${
BRANDING_VERSION
}
/server/webapps/bonita.war WEB-INF/web.xml
else
echo
"Unsecured HTTP API:
NOT
Activated"
echo
"Unsecured HTTP API: Activated"
fi
echo
"Platform administrator username is:
${
PLATFORM_LOGIN
}
"
...
...
Write
Preview
Supports
Markdown
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