Fix sha256sum on busybox by using -c instead of --check

This commit is contained in:
Murilo Santana 2016-11-20 16:04:51 -02:00
parent d4ea4e0e5f
commit 5ad3193ac8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function fetch_params {
--retry-connrefused --waitretry=3 --timeout=30 \
"$url"
"$SHA256CMD" $SHA256ARGS --check <<EOF
"$SHA256CMD" $SHA256ARGS -c <<EOF
$expectedhash $dlname
EOF