Files
nextcloud/Containers/mastercontainer/cron.sh
Nextcloud Team 2295a33590 Initial import
2021-11-30 11:20:42 +01:00

8 lines
102 B
Bash

#!/bin/sh
set -eu
while true; do
php /var/www/docker-aio/php/src/Cron/cron.php
sleep 1d
done