1
0
Fork 0

Add cron script

This commit is contained in:
florian 2022-12-20 13:53:55 +01:00
parent b613ec3235
commit 6bed3192aa

View file

@ -1,2 +1,2 @@
#!/bin/bash
docker-compose exec nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php'
#!/bin/sh
docker-compose exec -T nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php'