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
mad
concierge
Commits
0d0d4d0e
Commit
0d0d4d0e
authored
Mar 01, 2016
by
anthraxx
Browse files
fix copy pasta error
parent
ef3748ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
shared
View file @
0d0d4d0e
...
...
@@ -13,7 +13,8 @@ if [ -z "${password}" ]; then
echo
"WARNING: password in
${
config
}
is missing!"
>
&2
fi
# get tresor config value in a safe way
tresor
=
"
$(
grep
tresor
${
basedir
}
/
${
config
}
2>/dev/null|cut
-d
=
-f2
|tr
-d
' \t'
)
"
if
[
-z
"
${
passw
or
d
}
"
]
;
then
if
[
-z
"
${
tres
or
}
"
]
;
then
echo
"WARNING: tresor in
${
config
}
is missing!"
>
&2
fi
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