add fixfiles step for debugging
This commit is contained in:
parent
674f96b394
commit
59ab7f32ec
@ -518,6 +518,9 @@ function cloud_cleanup_steps() {
|
|||||||
|
|
||||||
# Attempt to fix file permissions
|
# Attempt to fix file permissions
|
||||||
for x in $(rpm -qa); do rpm --setperms "${x}" ; done
|
for x in $(rpm -qa); do rpm --setperms "${x}" ; done
|
||||||
|
|
||||||
|
# Attempt to fix labeling
|
||||||
|
/usr/sbin/fixfiles -R -a restore
|
||||||
}
|
}
|
||||||
|
|
||||||
function azure_cleanup_steps() {
|
function azure_cleanup_steps() {
|
||||||
|
Loading…
Reference in New Issue
Block a user