whitespace--
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
3b072a7abb
commit
0b7d9babf6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if [ ! -f "$__object/parameter/noparent" -o ! -f "$__object/parameter/nofile" ];
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "$__object/parameter/noparent" ]; then
|
if [ ! -f "$__object/parameter/noparent" ]; then
|
||||||
# Ensure that the directory in which the authorized_keys shall be exists and
|
# Ensure that the directory in which the authorized_keys shall be exists and
|
||||||
# has the right permissions.
|
# has the right permissions.
|
||||||
ssh_directory="${file%/*}"
|
ssh_directory="${file%/*}"
|
||||||
__directory "$ssh_directory" --state present --parents \
|
__directory "$ssh_directory" --state present --parents \
|
||||||
|
|
Loading…
Reference in a new issue