2 lines
105 B
Bash
Executable file
2 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
docker compose exec -T nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php'
|