Merge pull request #1573 from N-R-K/fix_chksum

plugins/chksum: use exit instead of return
This commit is contained in:
Arun 2023-01-27 21:03:45 +05:30 committed by GitHub
commit d4575e99c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ elif [ -n "$1" ]; then
if echo "$1" | grep -q \.${chks}$; then
${chks}sum -c < "$1"
read -r _
return
exit
fi
done
checksum_type