beta should delete also

This commit is contained in:
Louis Abel 2023-09-21 15:28:39 -07:00
parent c9ccffde40
commit 8ccad56168
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
if [[ "${COMPOSE}" != "Rocky" ]]; then
rsync_no_delete_staging_with_excludes "${TARGET}" "metadata"
else
rsync_no_delete_staging "${TARGET}"
rsync_delete_staging "${TARGET}"
fi
popd || { echo "${COMPOSE}: Failed to change directory"; break; }
done