Skip to content

Commit

Permalink
Update planefence.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Jan 13, 2025
1 parent 1f5960f commit 66c54de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/share/planefence/planefence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ fi
if [[ -n "$PLANETWEET" ]] \
|| chk_enabled "${PF_DISCORD}" \
|| [[ -n "$MASTODON_SERVER" ]] \
|| chk_enabled "$PF_BLUESKY_ENABLED"; then
|| [[ -n "$BLUESKY_HANDLE" ]]; then
LOG "Invoking planefence_notify.sh for notifications"
{ timeout 120 $PLANEFENCEDIR/planefence_notify.sh today "$DISTUNIT" "$ALTUNIT"; } &
else
Expand Down

0 comments on commit 66c54de

Please sign in to comment.