Commit c4c38670 by app.developer

no message

parent 08672a21
......@@ -66,7 +66,7 @@ RESPONSE_CODE=$(echo $RESPONSE | jq '.code')
DD_ICON_URL=$(echo $RESPONSE | jq '.data.appIcon')/120
DD_DOWN_URL=$(echo $RESPONSE | jq '.data.appShortcutUrl')
if [ $RESPONSE_CODE == "0" ]; then
if [ $RESPONSE_CODE -ne 0 ]; then
echo_error "upload error"
exit 1
fi
......
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