Skip to content

Commit

Permalink
Update plane-alert.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Jan 13, 2025
1 parent fec26d5 commit a2952ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/share/plane-alert/plane-alert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ else
sed -i "s|##MASTODONLINK##||g" "$TMPDIR"/plalert-index.tmp
sed -i "s|##MASTOHEADER##||g" "$TMPDIR"/plalert-index.tmp
fi
if [[ -n "$BLUESKY_HANDLE" ]] && [[ -n "$BLUESKY_APP_PASSWORD" ]]; then
if chk_enabled "$PA_BLUESKY_ENABLED" && [[ -n "$BLUESKY_HANDLE" ]] && [[ -n "$BLUESKY_APP_PASSWORD" ]]; then
sed -i "s|##BLUESKYLINK##|<li>Planefence notifications are sent to <a href=\"https://bsky.app/profile/$BLUESKY_HANDLE\" target=\"_blank\">@$BLUESKY_HANDLE</a> at BlueSky.Social|g" "$TMPDIR"/plalert-index.tmp
else
sed -i "s|##BLUESKYLINK##||g" "$TMPDIR"/plalert-index.tmp
Expand Down

0 comments on commit a2952ec

Please sign in to comment.