add fixfiles step for debugging

This commit is contained in:
Louis Abel 2024-06-11 20:55:53 -07:00
parent 674f96b394
commit 59ab7f32ec
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -518,6 +518,9 @@ function cloud_cleanup_steps() {
# Attempt to fix file permissions
for x in $(rpm -qa); do rpm --setperms "${x}" ; done
# Attempt to fix labeling
/usr/sbin/fixfiles -R -a restore
}
function azure_cleanup_steps() {