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