Don't run trap at all for debug

This commit is contained in:
2026-01-21 06:01:29 -05:00
parent 16b6f1e7cd
commit 19628c7d18

View File

@@ -646,7 +646,7 @@ install_legacy_repo() {
EOF EOF
# Set a trap to always cleanup legacy repo # Set a trap to always cleanup legacy repo
# shellcheck disable=SC2064 # shellcheck disable=SC2064
trap "sudo rm -f $temp_repo_file" EXIT # trap "sudo rm -f $temp_repo_file" EXIT ERR INT
fi fi
} }