From 272ce9e21b16db152a797c36452c5182720da4fe Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 2 Dec 2020 19:35:13 -0600 Subject: [PATCH] Remove cleanup on exit Hey if you wanna save bandwidth and be nicer to distro maintainers, you probably shouldn't delete your tarball after every attempt --- gentoostrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gentoostrap.sh b/gentoostrap.sh index af45f75..63f2746 100755 --- a/gentoostrap.sh +++ b/gentoostrap.sh @@ -103,7 +103,6 @@ build-gentoo() { touch "$file" chmod 0600 "$file" done - trap "cleanup $stage3file" EXIT # We grab the checksums first to verify the integrity of any tarball leftover from a previous run log "Downloading stage3 signature" curl -s "$stage3.DIGESTS" -o "$stage3sig"