Fix a wrong instruction

pull/1/head
Dct Mei 2020-04-11 14:44:51 +08:00
parent 3a221f7bfd
commit 5e306971ff
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ downloadV2Ray() {
SUM="$(${LISTSUM}sum $ZIP_FILE | sed 's/ .*//')"
CHECKSUM="$(grep ${LISTSUM^^} $ZIP_FILE.dgst | sed 's/.* //')"
if [[ "$SUM" != "$CHECKSUM" ]]; then
colorEcho "$RED" 'Check failed! Please check your network or try again.'
echo 'error: Check failed! Please check your network or try again.'
return 1
fi
done