--whitespace

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-03-12 20:17:59 +01:00
parent 08ce990207
commit 73113a2fe9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ EOFF
# if --user was specified
if [ -f "$__object/parameter/user" ]; then
user="$(cat "$__object/parameter/user")"
# if --password was specified
if [ -f "$__object/parameter/password" ]; then
password="$(cat "$__object/parameter/password")"