sum updoots
This commit is contained in:
@@ -9,7 +9,7 @@ echo
|
||||
tested_hash=$( ( echo -n "$passphrase"; cat "./contents.7z" ) | sha512sum | awk '{print $1}')
|
||||
|
||||
if [[ "$attrib_hash" == "$tested_hash" ]]; then
|
||||
echo -e "\n\nAttribution With Password $passphrase: \033[0;32mOK!\033[0m\n\n"
|
||||
echo -e "Attribution With Password $passphrase: \033[0;32mOK!\033[0m"
|
||||
else
|
||||
echo -e "Attribution With Password $passphrase: \033[0;31mFAIL!\033[0m"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user