Remove safety measure now that's validated

Also prevent sundries from filling up.
This commit is contained in:
Michael Scherer 2020-05-18 21:14:32 +02:00
parent 3fa172f847
commit 4eee290230

View file

@ -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