6 lines
155 B
Bash
Executable file
6 lines
155 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /var/roothome/app/bin/home/shared.sh
|
|
|
|
docker exec -u 33 cloud php -f /var/www/html/cron.php || notify 'nextcloud : failed to run cron'
|