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:
@@ -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
|
Reference in New Issue
Block a user