X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/c6c5eb250b89da6fffea47f99f0e676fe6ca1e04..HEAD:/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