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
This commit is contained in:
Salt 2020-12-02 19:35:13 -06:00
parent b7c5eeecd6
commit 272ce9e21b

View File

@ -103,7 +103,6 @@ build-gentoo() {
touch "$file" touch "$file"
chmod 0600 "$file" chmod 0600 "$file"
done done
trap "cleanup $stage3file" EXIT
# We grab the checksums first to verify the integrity of any tarball leftover from a previous run # We grab the checksums first to verify the integrity of any tarball leftover from a previous run
log "Downloading stage3 signature" log "Downloading stage3 signature"
curl -s "$stage3.DIGESTS" -o "$stage3sig" curl -s "$stage3.DIGESTS" -o "$stage3sig"