Update cmurl.sh

This commit is contained in:
tianyu 2015-02-10 09:45:06 +08:00
parent 8b4655fe12
commit 7df4069002
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ wget $URL > $ZIP.wget.log 2>&1
md5sum $ZIP > $ZIP.md5
$BYPY -v -s 10MB syncup . cyanogenmod
$BYPY -v --disable-ssl-check -s 10MB syncup . cyanogenmod
if [ -f "$DIRECTORY/$ZIP" ];then
rm "$DIRECTORY/$ZIP"