1 parent 985d3a3 commit a847a52Copy full SHA for a847a52
2 files changed
.github/addon/patch_rom/patch-rom
736 Bytes
.github/plugin/ZADD/upload_file/index.bash
@@ -15,9 +15,8 @@ title = "'$google_text'"
15
[ -z "$urls" ] && urls="upload.gofile.io" || urls="$urls.gofile.io"
16
echo "'$gofile_text_1' $urls"
17
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")"
+ curl -L -H "$WEBS" -F "file=@$FILE" "https://$urls/contents/uploadfile" > $TMP/Uploadgo.log || killtree "'$gofile_text_2'"
+ jq -r . $TMP/Uploadgo.log
21
22
checktime
23
else
0 commit comments