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 17, 2024
1 parent 43dac2d commit 94bfc95
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 @@ -111,7 +111,7 @@ mast_str+="${MASTO_TERM[SIGNAL]} #RSSI: $(printf "%.1f dBFS" "${VESSELS[$1:level
[[ -n "$MASTODON_CUSTOM_FIELD" ]] && mast_str+="\n$MASTODON_CUSTOM_FIELD" || true

mast_str+="\n#Ship #Vessel #AIS"
mast_str+="\n#VesselAlert © 2023-2024 kx1t
mast_str+="\n#VesselAlert © 2023-2024 kx1t"

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

0 comments on commit 94bfc95

Please sign in to comment.