diff --git a/get.sh b/get.sh index f1f4f1aa6..daf94cb59 100755 --- a/get.sh +++ b/get.sh @@ -43,7 +43,7 @@ checkHash(){ targetFileDir=${targetFile%/*} - (cd $targetFileDir && curl -sSL $url.sha256|$sha_cmd -c -s) + (cd $targetFileDir && curl -sSL $url.sha256|$sha_cmd -c >/dev/null) if [ "$?" != "0" ]; then rm $targetFile