forked from sig_core/toolkit
ensure treeinfo and discinfo are unrelated
This commit is contained in:
parent
47c64bbd74
commit
a1aceb2be4
@ -178,7 +178,7 @@ function rsync_delete_prod() {
|
||||
|
||||
function perform_hardlink() {
|
||||
local TARGET="${1}"
|
||||
hardlink -x '.*\.xml.*' "${TARGET}"
|
||||
hardlink -x '.*\.xml.*' -x ".*\.treeinfo" -x ".*\.discinfo" "${TARGET}"
|
||||
}
|
||||
|
||||
# dry rsync
|
||||
|
Loading…
Reference in New Issue
Block a user