Remove duplicities again for future use.

This commit is contained in:
Václav Navrátil 2024-08-01 14:57:29 +02:00 committed by GitHub
parent 140790db60
commit 7dd1590399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,3 +43,5 @@ done
echo "Publishing to ${TARGET_RELAY}..."
sort -u ~/tmp/nostr-backup.json | nak event ${TARGET_RELAY}
#Remove duplicities again for future use.
sort -u -o ~/tmp/nostr-backup.json ~/tmp/nostr-backup.json