diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2022-12-15 09:26:22 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2022-12-15 09:26:22 +0200 |
commit | f975639c8013e7450878ae9cffdf8c0e34a01d95 (patch) | |
tree | 02e543588eabe23c90aac02f71a84a026958d545 | |
parent | b0bd9068957bd96beaa3eb4f15acd6a9804bba70 (diff) | |
download | arching-kaos-tools-f975639c8013e7450878ae9cffdf8c0e34a01d95.tar.gz arching-kaos-tools-f975639c8013e7450878ae9cffdf8c0e34a01d95.tar.bz2 arching-kaos-tools-f975639c8013e7450878ae9cffdf8c0e34a01d95.zip |
Outputs only the sha512sum of the map file created
-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" |