This website requires JavaScript.
Explore
Help
Sign in
container-images
/
nextcloud-cronjob
Watch
2
Star
0
Fork
You've already forked nextcloud-cronjob
0
Code
Issues
1
Pull requests
Projects
Releases
Activity
Actions
8dd4515cd9
nextcloud-cronjob
/
scripts
/
cron-scripts-builtin
/
run-cron-php.sh
3 lines
42 B
Bash
Raw
Normal View
History
Unescape
Escape
ci: fix linter errors: run-cron-php.sh
2023-11-09 09:02:29 +01:00
#!/bin/bash
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-07 00:30:27 +01:00
php -f /var/www/html/cron.php
Reference in a new issue
Copy permalink