Skip to content

Commit

Permalink
Update send_mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Jun 24, 2024
1 parent 991a46a commit 5ff3ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/share/vesselalert/send_mastodon
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +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+="#${MASTO_TERM[SHIP]} #AIS\n"
mast_str+="#VesselAlert © 2022-2024 #kx1t"

#shellcheck disable=SC2001
Expand Down

0 comments on commit 5ff3ee4

Please sign in to comment.