forked from ungleich-public/cdist
--whitespace
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
08ce990207
commit
73113a2fe9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ EOFF
|
||||||
# if --user was specified
|
# if --user was specified
|
||||||
if [ -f "$__object/parameter/user" ]; then
|
if [ -f "$__object/parameter/user" ]; then
|
||||||
user="$(cat "$__object/parameter/user")"
|
user="$(cat "$__object/parameter/user")"
|
||||||
|
|
||||||
# if --password was specified
|
# if --password was specified
|
||||||
if [ -f "$__object/parameter/password" ]; then
|
if [ -f "$__object/parameter/password" ]; then
|
||||||
password="$(cat "$__object/parameter/password")"
|
password="$(cat "$__object/parameter/password")"
|
||||||
|
|
Loading…
Reference in a new issue