Add cron script
This commit is contained in:
parent
c4437e3639
commit
b613ec3235
1 changed files with 2 additions and 0 deletions
2
cloud/cron.sh
Executable file
2
cloud/cron.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker-compose exec nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php'
|
Loading…
Reference in a new issue