add fixfiles step for debugging
This commit is contained in:
parent
674f96b394
commit
59ab7f32ec
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue