From f975639c8013e7450878ae9cffdf8c0e34a01d95 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 15 Dec 2022 09:26:22 +0200 Subject: Outputs only the sha512sum of the map file created --- bin/filesplitter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/filesplitter b/bin/filesplitter index 2fb0ed9..0f7919b 100755 --- a/bin/filesplitter +++ b/bin/filesplitter @@ -108,4 +108,4 @@ MAPFILEHASH="$(sha512sum $TEMPORARYDIR/map | awk '{ print $1 }')" rm -rf $TEMPORARYDIR -echo "Hash of the map is $MAPFILEHASH and it's located at $FILEMAPSDIR" +echo "$MAPFILEHASH" -- cgit v1.2.3