forked from ungleich-public/ccollect
Beautify a comment
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
62e8190a94
commit
382c159b41
1 changed files with 4 additions and 1 deletions
|
@ -368,8 +368,11 @@ while [ "${i}" -lt "${no_sources}" ]; do
|
||||||
_exit_err "Source ${c_source} is not readable. Skipping."
|
_exit_err "Source ${c_source} is not readable. Skipping."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
# Verify source is up and accepting connections before deleting any old backups
|
# 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
|
# Destination is a path
|
||||||
|
|
Loading…
Reference in a new issue