#823: fix for removing tmp dir
This commit is contained in:
parent
7b5af80d20
commit
176be39f32
|
@ -83,7 +83,7 @@ namespace :new_core do
|
|||
extract_rpms_and_update_packages("#{dir}/archives/RPM", bl, 'binary', token)
|
||||
ensure
|
||||
# remove the directory.
|
||||
FileUtils.remove_entry_secure dir
|
||||
`sudo rm -rf #{dir}`
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue