periodic: sane time interval

This commit is contained in:
chandi 2020-05-22 18:50:51 +02:00
parent f1036bcdbd
commit aae9852264

View File

@ -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