Change copy function not to use wildcard

pull/1/head
Jason Mehring 10 years ago
parent c238716d6a
commit f5ede83def

@ -301,7 +301,7 @@ copyTreeExec() {
fi
debug "Copying ${source_dir}/* ${target_dir}"
cp -rp "${source_dir}/"* "${target_dir}"
cp -rp "${source_dir}/." "${target_dir}"
if [ -f "${source_dir}/.facl" ]; then
debug "Restoring file permissions..."

Loading…
Cancel
Save