cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
attrib_hash=$(cat "./attribution.sha512")
|
||||
attrib_hash=$(cat "./attribution-checksum.sha512")
|
||||
|
||||
echo "enter passphrase to test"
|
||||
read passphrase
|
||||
|
||||
@@ -26,4 +26,4 @@ checkcode $?
|
||||
|
||||
printf "Checking signature against provided public key... "
|
||||
ssh-keygen -Y verify -f "./anonymous_signer" -I "anonymous" -n "file-integrity" -s contents.7z.sig < contents.7z > /dev/null > /dev/null > /dev/null 2>&1
|
||||
checkcode $?
|
||||
checkcode $?
|
||||
Reference in New Issue
Block a user