Commit 39a1f1ef authored by neilpang's avatar neilpang
Browse files

fix 404 for wget

parent d24a87ca
...@@ -1610,7 +1610,7 @@ _get() { ...@@ -1610,7 +1610,7 @@ _get() {
fi fi
ret=$? ret=$?
if [ "$_ret" = "8" ]; then if [ "$_ret" = "8" ]; then
_ret=0 ret=0
_debug "wget returns 8, the server returns a 'Bad request' respons, lets process the response later." _debug "wget returns 8, the server returns a 'Bad request' respons, lets process the response later."
fi fi
if [ "$ret" != "0" ]; then if [ "$ret" != "0" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment