Improved pack script

This commit is contained in:
Sun Knudsen 2021-06-10 22:16:03 -04:00
parent 16ab6d0e6b
commit 52b217eac7
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
2 changed files with 14 additions and 14 deletions

View file

@ -31,7 +31,7 @@ if [[ ! "$dir_name" =~ ^[0-9]{4}-[0-9]{2}-[0-9]{2}-pi-qr-update$ ]]; then
exit 1
fi
rm "$archive" "$archive.sig" || true
rm "$1/.DS_Store" "$archive" "$archive.sig" || true
cd "$dir_parent"