add in --setperms
This commit is contained in:
parent
38c80b01a4
commit
9a2b76504d
1 changed files with 3 additions and 0 deletions
|
@ -515,6 +515,9 @@ function cloud_cleanup_steps() {
|
|||
cloud-init clean
|
||||
waagent -force -deprovision+user
|
||||
fi
|
||||
|
||||
# Attempt to fix file permissions
|
||||
for x in $(rpm -qa); do rpm --setperms "${x}" ; done
|
||||
}
|
||||
|
||||
function azure_cleanup_steps() {
|
||||
|
|
Loading…
Reference in a new issue