forked from sig_core/toolkit
don't delete for non-rocky variants in lh
This commit is contained in:
parent
3c4bc461e2
commit
03d1bfd638
@ -56,7 +56,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
|
||||
mkdir -p "${TARGET}"
|
||||
pushd "${SYNCSRC}" || { echo "${COMPOSE}: Failed to change directory"; break; }
|
||||
if [[ "${COMPOSE}" != "Rocky" ]]; then
|
||||
rsync_delete_staging_with_excludes "${TARGET}" "metadata"
|
||||
rsync_no_delete_staging_with_excludes "${TARGET}" "metadata"
|
||||
else
|
||||
rsync_delete_staging "${TARGET}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user