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