Skip to content

Commit

Permalink
Update send_mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Jul 1, 2024
1 parent 40a6382 commit 137e28f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rootfs/usr/share/vesselalert/send_mastodon
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ mast_str+="\n"

[[ -n "$MASTODON_CUSTOM_FIELD" ]] && mast_str+="$MASTODON_CUSTOM_FIELD\n" || true

mast_str+="#${MASTO_TERM[SHIP]} #AIS\n"
mast_str+="#VesselAlert © 2022-2024 #kx1t"
mast_str+="#${MASTO_TERM[SHIP]} #AIS #VesselAlert © 2022-2024 #kx1t"

#shellcheck disable=SC2001
mast_str="$(sed -e 's|\\n|\n|g' <<< "$mast_str")"
Expand Down

0 comments on commit 137e28f

Please sign in to comment.