mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-21 04:08:21 +02: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
|
# delete presentations older than N days
|
||||||
find /var/bigbluebutton/ -maxdepth 1 -type d -name "*-*" -mtime +$history -exec rm -rf '{}' +
|
find /var/bigbluebutton/ -maxdepth 1 -type d -name "*-*" -mtime +$history -exec rm -rf '{}' +
|
||||||
|
|
||||||
sleep 10s
|
sleep 30m
|
||||||
done
|
done
|
Loading…
x
Reference in New Issue
Block a user