X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/c6c5eb250b89da6fffea47f99f0e676fe6ca1e04..8b1d336a1c2693b7f372df10860b96aa8d8a6a82:/docker/cleanup.sh diff --git a/docker/cleanup.sh b/docker/cleanup.sh index 2d2697e..9c15d75 100755 --- a/docker/cleanup.sh +++ b/docker/cleanup.sh @@ -1,9 +1,9 @@ #!/bin/sh -e - +sleep 10 # avoid running cleaning before first setup while true do php /www/admin.php clean_expired php /www/admin.php clean_async # wait 24 hours sleep 86400 -done \ No newline at end of file +done