Skip to content

Commit

Permalink
Remove old template backup files
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Jan 13, 2025
1 parent e64d58e commit e656fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/scripts/cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ CLEANUP ()
find /usr/share/planefence/persist/.internal/*.tmp -type f ! -newer /tmp/timestamp -delete 2>/dev/null
find /usr/share/planefence/persist/.internal/*.log -type f ! -newer /tmp/timestamp -delete 2>/dev/null
find /usr/share/planefence/persist/.internal/dump1090-pf-*.tmp -type f ! -newer /tmp/timestamp -delete 2>/dev/null
find /usr/share/planefence/persist/plane{fence,-alert}-discord.template.~[0-9]*~ -type f ! -newer /tmp/timestamp -delete 2>/dev/null
rm -f /tmp/heatmap-*.log
find /tmp -mindepth 1 -type f ! -newer /tmp/timestamp -delete 2>/dev/null
rm -f /tmp/timestamp
Expand Down

0 comments on commit e656fe4

Please sign in to comment.