remove directory create code: rsync does that itself
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d04972026f
commit
9bd09f24a2
1 changed files with 0 additions and 5 deletions
5
ccollect
5
ccollect
|
@ -471,11 +471,6 @@ while [ "${source_no}" -lt "${no_sources}" ]; do
|
||||||
export destination_name="${INTERVAL}.$(${CDATE}).$$-${source_no}"
|
export destination_name="${INTERVAL}.$(${CDATE}).$$-${source_no}"
|
||||||
export destination_dir="${ddir}/${destination_name}"
|
export destination_dir="${ddir}/${destination_name}"
|
||||||
|
|
||||||
_techo "Creating directory ${destination_dir} ..."
|
|
||||||
[ "${VVERBOSE}" ] && echo "mkdir ${destination_dir}"
|
|
||||||
mkdir "${destination_dir}" || \
|
|
||||||
_exit_err "Creating directory ${destination_dir} failed. Skipping."
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# added marking in 0.6 (and remove it, if successful later)
|
# added marking in 0.6 (and remove it, if successful later)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue