Skip to content

Commit

Permalink
Update cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Jun 10, 2024
1 parent 8b9f13d commit 59e671c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ rm -f "$VESSELDBLOCK"

# clean up Mastodon toots:

if [[ -n "$MASTODON_ACCESS_TOKEN" ]]; then
if [[ -n "$MASTODON_ACCESS_TOKEN" ]] && ! chk_disabled "$MASTODON_EXPIRE"; then
/usr/share/vesselalert/masto_expire delete || true
fi

Expand Down

0 comments on commit 59e671c

Please sign in to comment.