mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
Update post2bsky.sh
This commit is contained in:
@@ -380,7 +380,7 @@ if [[ "$(jq -r '.uri' <<< "$response")" != "null" ]]; then
|
||||
"${s6wrap[@]}" echo "BlueSky Post successful. Post available at https://bsky.app/profile/$handle/post/${uri##*/}. $ratelimit_str"
|
||||
else
|
||||
"${s6wrap[@]}" echo "BlueSky Posting Error: $response. $ratelimit_str"
|
||||
{ echo "{ \"title\": \"BlueSky Posting Error\""
|
||||
{ echo "{ \"title\": \"BlueSky Posting Error\" ,"
|
||||
echo " \"response\": $response ,"
|
||||
echo " \"ratelimit\": $ratelimit_str ,"
|
||||
echo " \"postdata\": $post_data } ,"
|
||||
|
||||
Reference in New Issue
Block a user