Skip to content

Commit a847a52

Browse files
committed
Update
1 parent 985d3a3 commit a847a52

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/addon/patch_rom/patch-rom

736 Bytes
Binary file not shown.

.github/plugin/ZADD/upload_file/index.bash

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ title = "'$google_text'"
1515
[ -z "$urls" ] && urls="upload.gofile.io" || urls="$urls.gofile.io"
1616
echo "'$gofile_text_1' $urls"
1717
echo
18-
curl -L -H "$WEBS" -F "file=@$FILE" "https://$urls/contents/uploadfile" | jq || killtree "'$gofile_text_2'"
19-
echo
20-
echo "'$gofile_text_3' $(jq -r .data.downloadPage "$TMP/Upload.log")"
18+
curl -L -H "$WEBS" -F "file=@$FILE" "https://$urls/contents/uploadfile" > $TMP/Uploadgo.log || killtree "'$gofile_text_2'"
19+
jq -r . $TMP/Uploadgo.log
2120
echo
2221
checktime
2322
else

0 commit comments

Comments
 (0)