]> git.p6c8.net - jirafeau_project.git/blob - docker/cleanup
Remove unnecessary 'Term of Service' from locales
[jirafeau_project.git] / docker / cleanup
1 #!/bin/sh -e
2
3 while true
4 do
5 php /www/admin.php clean_expired
6 php /www/admin.php clean_async
7 # wait 24 hours
8 sleep 86400
9 done

patrick-canterino.de