mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Remove safety measure now that's validated
Also prevent sundries from filling up.
This commit is contained in:
@@ -3,7 +3,7 @@ OLD=$(mktemp -d -t fedora_docs_trans_XXXX)
|
|||||||
cd $OLD
|
cd $OLD
|
||||||
|
|
||||||
function clean_tmp() {
|
function clean_tmp() {
|
||||||
[ -n "$OLD" ] && echo rm -Rf "$OLD"
|
[ -n "$OLD" ] && rm -Rf "$OLD"
|
||||||
}
|
}
|
||||||
|
|
||||||
trap clean_tmp exit
|
trap clean_tmp exit
|
||||||
|
|||||||
Reference in New Issue
Block a user