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
97184bca
Commit
97184bca
authored
Jan 11, 2019
by
Martin Vala
Browse files
Fix typo in bash syntax
parent
14f688c5
Pipeline
#655718
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
projects/eos/utils/eos-docker
View file @
97184bca
...
...
@@ -430,7 +430,7 @@ function eosDockerFstRegisterDisks() {
[
$NUM_FS
-le
1
]
&&
{
ERROR
"No directories in
$ED_FST_DATA_PREFIX
exists !!!"
;
exit
21
;
}
NUM_FS
=
$((
$NUM_FS
-
1
))
ED_FST_DATA_PREFIX
=
${
ED_FST_DATA_PREFIX
%%+(/)
}
if
[
"
$ED_EOS_FS_GROUP_PER_DISK
"
=
"0"
]
;
then
if
[
"
$ED_EOS_FS_GROUP_PER_DISK
"
=
"0"
]
;
then
DEBUG
"Doing '
$ED_DOCKER_CMD
exec eos-
$ED_NODE_TYPE
eosfstregister -i
$ED_FST_DATA_PREFIX
/ default:0'"
$ED_DOCKER_CMD
exec
eos-
$ED_NODE_TYPE
eosfstregister
-i
$ED_FST_DATA_PREFIX
/ default:0
>
/dev/null 2>&1
else
...
...
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