Beautify a comment

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-06-10 09:55:38 +02:00
parent bce57a1ac1
commit ba538ea623
1 changed files with 4 additions and 1 deletions

View File

@ -368,8 +368,11 @@ while [ "${i}" -lt "${no_sources}" ]; do
_exit_err "Source ${c_source} is not readable. Skipping."
fi
fi
#
# Verify source is up and accepting connections before deleting any old backups
rsync "$source" >/dev/null || _exit_err "Source ${source} is not readable. Skipping."
#
rsync "${source}" >/dev/null || _exit_err "Source ${source} is not readable. Skipping."
#
# Destination is a path