From 4469754097b2abd3985cbc45de4a94c446b15dc7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 16 Jun 2025 14:24:38 -0600 Subject: [PATCH] Remove TODOs, going to keep cron at the Docker server level, container packages too volatile. --- Config/Nextcloud/cron.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Config/Nextcloud/cron.sh b/Config/Nextcloud/cron.sh index 22ae29d..1a40354 100755 --- a/Config/Nextcloud/cron.sh +++ b/Config/Nextcloud/cron.sh @@ -4,13 +4,6 @@ # This should be added to root's crontab with the full path, such as: # */5 * * * * /opt/Docker/Config/Nextcloud/cron.ksh -# TODO / TBD -# - Install cron -y on nc-app. -# - Ensure */5 * * * * /var/www/html/cron.php is an entry for www-data. -# - Ensure service cron is started and running. -# - Remove the entry for this file under root on the Docker server. -# - Test that everything works after an update and reboot of both NC + Docker. - # Check if a job is already going. DIR="$(dirname -- "${BASH_SOURCE[0]}")" PROG="$(basename -- "${BASH_SOURCE[0]}")"