This commit is contained in:
Lee
2023-04-15 15:02:44 +01:00
parent 478518ee59
commit e621a7e5b8
4 changed files with 54 additions and 40 deletions

3
deleteOldMaps.sh Normal file
View File

@ -0,0 +1,3 @@
# Get all the maps in /home/beatsaber-wip-uploader/maps/ and delete the ones that are older than 30 minutes
find /home/beatsaber-wip-uploader/maps/ -type f -mmin +30 -delete