Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
77a7332e
Commit
77a7332e
authored
Apr 26, 2018
by
Martin Vala
Browse files
Added notice debug level by default
parent
84323a9d
Pipeline
#368129
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
projects/eos/utils/eos-docker
View file @
77a7332e
...
...
@@ -210,6 +210,7 @@ function eosDockerRun() {
[[
$ED_NODE_TYPE
==
mgm
*
]]
&&
[
!
-f
$ED_ROOT_DIR
/.eos-init-done
]
&&
{
$ED_DOCKER_CMD
exec
eos-
$ED_NODE_TYPE
eos-docker-mgm-init
&&
touch
$ED_ROOT_DIR
/.eos-init-done
;
}
[[
$ED_NODE_TYPE
==
mgm
*
]]
&&
{
$ED_DOCKER_CMD
exec
eos-
$ED_NODE_TYPE
eos
-b
debug notice
\*
;
}
if
[[
$ED_NODE_TYPE
==
fst
*
]]
;
then
ED_IS_ENTER
=
$(
cat
$HOME
/.bashrc |
grep
ed-enter
)
...
...
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