doodstream reduce console output
This commit is contained in:
parent
8fd493922a
commit
07836f5763
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function upload_to_doodstream () {
|
||||||
|
|
||||||
hoster_url=$(curl -X POST -F api_key=$api_key -F "file=@\"$filepath\"" $upload_server?$api_key)
|
hoster_url=$(curl -X POST -F api_key=$api_key -F "file=@\"$filepath\"" $upload_server?$api_key)
|
||||||
|
|
||||||
echo "hoster_url: $hoster_url" >&2
|
# echo "hoster_url: $hoster_url" >&2
|
||||||
|
|
||||||
hoster_url=$(echo $hoster_url | jq ".result")
|
hoster_url=$(echo $hoster_url | jq ".result")
|
||||||
# hoster_filename=$(echo $hoster_url | jq ".name")
|
# hoster_filename=$(echo $hoster_url | jq ".name")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue