diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 23:11:56 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 23:11:56 +0800 |
| commit | 8ebed7f687cf8b093aef815628671f1a15733ff5 (patch) | |
| tree | 0208b10ef00a225f612b93860c72a0a492ebd519 /apkg-bin | |
| parent | bfd3420f7a507c4cacebc7ca827b436ec5f7d809 (diff) | |
| download | autils-8ebed7f687cf8b093aef815628671f1a15733ff5.tar.gz autils-8ebed7f687cf8b093aef815628671f1a15733ff5.zip | |
fixes
Diffstat (limited to 'apkg-bin')
| -rwxr-xr-x | apkg-bin | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -198,6 +198,7 @@ clean_pkg() { actual_sha=$(sha256sum "$f" | awk '{print $1}') if [ "$expected_size" != "$actual_size" ] || [ "$expected_sha" != "$actual_sha" ]; then msg "Mismatch: $fname (removed)" + rm -f "$f" fi else msg "Unknown package: $fname (removed)" |