beta should delete also
This commit is contained in:
parent
c9ccffde40
commit
8ccad56168
@ -58,7 +58,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
|
|||||||
if [[ "${COMPOSE}" != "Rocky" ]]; then
|
if [[ "${COMPOSE}" != "Rocky" ]]; then
|
||||||
rsync_no_delete_staging_with_excludes "${TARGET}" "metadata"
|
rsync_no_delete_staging_with_excludes "${TARGET}" "metadata"
|
||||||
else
|
else
|
||||||
rsync_no_delete_staging "${TARGET}"
|
rsync_delete_staging "${TARGET}"
|
||||||
fi
|
fi
|
||||||
popd || { echo "${COMPOSE}: Failed to change directory"; break; }
|
popd || { echo "${COMPOSE}: Failed to change directory"; break; }
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user