From 9bd09f24a2d1ad4aa3272f2258f8c44330c1a7bb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 02:47:25 +0100 Subject: [PATCH] remove directory create code: rsync does that itself Signed-off-by: Nico Schottelius --- ccollect | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ccollect b/ccollect index 138a809..82e4daf 100755 --- a/ccollect +++ b/ccollect @@ -471,11 +471,6 @@ while [ "${source_no}" -lt "${no_sources}" ]; do export destination_name="${INTERVAL}.$(${CDATE}).$$-${source_no}" 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) #