0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Runs update.sh

Signed-off-by: Roland Vet <vet.roland@gmail.com>
This commit is contained in:
Roland Vet 2021-04-06 13:35:08 +02:00
parent 0c7ef56635
commit 64f040b44d
18 changed files with 45 additions and 39 deletions

View file

@ -1,4 +1,7 @@
#!/bin/sh
set -eu
exec busybox crond -f -l 0 -L /dev/stdout
while [ 1 ]; do
(php -f /var/www/html/cron.php &);
sleep 5m;
done