forked from MarseyWorld/MarseyWorld
delete old temp_songs
parent
a6e97d8765
commit
d7469f9956
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
find /videos -not -name "*.mp4" -type f -delete
|
find /videos -not -name "*.mp4" -type f -delete
|
||||||
find /videos -name "*-t.mp4" -type f -delete
|
find /videos -name "*-t.mp4" -type f -delete
|
||||||
|
find /temp_songs -type f -mtime +30 -delete
|
||||||
|
|
Loading…
Reference in New Issue