delete old temp_songs

master
Aevann 2024-10-29 22:22:00 +03:00
parent a6e97d8765
commit d7469f9956
1 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
find /videos -not -name "*.mp4" -type f -delete
find /videos -name "*-t.mp4" -type f -delete
find /temp_songs -type f -mtime +30 -delete