From 76d74b9b09a492d0e66164121c7f635985996e07 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 27 Sep 2020 09:43:06 +0000 Subject: [PATCH] Updated ipfs_publish --- Scripts/ipfs_publish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/ipfs_publish b/Scripts/ipfs_publish index a2ad3165..cb9c9698 100755 --- a/Scripts/ipfs_publish +++ b/Scripts/ipfs_publish @@ -17,7 +17,7 @@ echo "(3) Verifying ..." nice ipfs pin verify echo "(4) Calculating digital forensics hashes to $DF_HASHES ..." -nice hashdeep -c md5,sha1,sha256,tiger,whirlpool -r -d -l -j 1 "$DIR" > $DF_HASHES +nice hashdeep -c md5,sha1,sha256 -r -d -l -j 1 "$DIR" > $DF_HASHES -echo "DONE - to publish the content, execute: ipfs name publish " +echo "DONE - to publish the content execute: ipfs name publish " exit 0