git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed function comments
[jirafeau_project.git]
/
docker
/
cleanup.sh
diff --git
a/docker/cleanup.sh
b/docker/cleanup.sh
index 9254bae608a23e444a2ce0e5dbf0592f10fec7fc..9c15d7530192e94e75f44fc47d8168e8d781d7ae 100755
(executable)
--- a/
docker/cleanup.sh
+++ b/
docker/cleanup.sh
@@
-1,5
+1,5
@@
#!/bin/sh -e
-
+sleep 10 # avoid running cleaning before first setup
while true
do
php /www/admin.php clean_expired
patrick-canterino.de