diff options
-rwxr-xr-x | bin/filesplitter | 2 |
1 files changed, 1 insertions, 1 deletions
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" |