1
0
mirror of https://gitea.com/gitea/changelog synced 2025-10-05 16:32:45 +02:00

properly format checksum file

This commit is contained in:
techknowlogick
2023-03-18 01:49:03 -04:00
parent 66f3e382a1
commit d17e881692

View File

@@ -9,4 +9,4 @@ fi
SUM=$(shasum -a 256 "$1" | cut -d' ' -f1)
BASENAME=$(basename "$1")
echo -n "${SUM} ${BASENAME}" > "$1".sha256
echo -n "${SUM} ${BASENAME}" > "$1".sha256