Fix truncate cmd
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
FILE="$1"
|
FILE="$1"
|
||||||
|
|
||||||
if [ -f "./checksums.txt" ]; then
|
if [ -f "./checksums.txt" ]; then
|
||||||
truncate ./checksums.txt
|
truncate -s0 ./checksums.txt
|
||||||
else
|
else
|
||||||
touch ./checksums.txt
|
touch ./checksums.txt
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user