1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

fix 404 for wget

This commit is contained in:
neilpang
2017-02-28 21:04:33 +08:00
parent d24a87caf1
commit 39a1f1ef64
+1 -1
View File
@@ -1610,7 +1610,7 @@ _get() {
fi
ret=$?
if [ "$_ret" = "8" ]; then
_ret=0
ret=0
_debug "wget returns 8, the server returns a 'Bad request' respons, lets process the response later."
fi
if [ "$ret" != "0" ]; then