1
0
Fork 0

Actualiser roles/cloud/files/cron.sh

Signed-off-by: florian.richer <florian.richer@protonmail.com>
This commit is contained in:
florian.richer 2024-05-02 18:42:52 +02:00
parent 7ab4c78280
commit d687aaac04

View file

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