nextcloud-cronjob/scripts/cron-scripts/run-cron-php.sh
Robert Dailey ab6372fa79 Provide the ability to run user-defined cron tasks
Mount individual shell scripts (with the `*.sh` extension) inside `/cron-scripts/` in the
container. The cron daemon will automatically run these scripts inside the Nextcloud
container for you. Write the scripts as if they will run in the Nextcloud container
itself.
2018-12-06 17:58:26 -06:00

3 lines
50 B
Bash

#!/usr/bin/env bash
php -f /var/www/html/cron.php