mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-23 14:08:35 +01:00
periodic: sane time interval
This commit is contained in:
parent
f1036bcdbd
commit
aae9852264
@ -13,5 +13,5 @@ do
|
||||
# delete presentations older than N days
|
||||
find /var/bigbluebutton/ -maxdepth 1 -type d -name "*-*" -mtime +$history -exec rm -rf '{}' +
|
||||
|
||||
sleep 10s
|
||||
sleep 30m
|
||||
done
|
Loading…
Reference in New Issue
Block a user