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
208 B
Bash
Executable file

#!/usr/bin/env bash
# Source modules.
for file in /root/.config/bash/module/*.sh; do
source "${file}"
done
docker exec -u 33 cloud php -f /var/www/html/cron.php || notify 'Nextcloud : Failed to run cron.'