This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/app/bin/home/Nextcloud

9 lines
199 B
Plaintext
Raw Normal View History

2024-01-25 22:29:59 +03:00
#!/usr/bin/env bash
# Source modules.
2024-02-27 14:00:06 +03:00
for file in /etc/bash/module/*.sh; do
2024-01-25 22:29:59 +03:00
source "${file}"
done
docker exec -u 33 cloud php -f /var/www/html/cron.php || notify 'Nextcloud : Failed to run cron.'