Jirafeau/docker/cleanup
2020-06-27 21:13:17 +02:00

9 lines
140 B
Bash
Executable File

#!/bin/sh -e
while true
do
php /www/admin.php clean_expired
php /www/admin.php clean_async
# wait 24 hours
sleep 86400
done