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