Fix truncate cmd

This commit is contained in:
2026-01-19 20:08:24 -05:00
parent 98f0d3cd7c
commit baf9e7393f

View File

@@ -2,7 +2,7 @@
FILE="$1"
if [ -f "./checksums.txt" ]; then
truncate ./checksums.txt
truncate -s0 ./checksums.txt
else
touch ./checksums.txt
fi