From 0dc66dac96c8216bb94ed5e2b6fdb4df3cd232b9 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 11 Jun 2024 20:44:41 -0400 Subject: [PATCH] fix cron file target Signed-off-by: ahuston-0 --- systems/palatine-hill/cron/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/cron/default.nix b/systems/palatine-hill/cron/default.nix index d0f6cf5..d59dcbf 100644 --- a/systems/palatine-hill/cron/default.nix +++ b/systems/palatine-hill/cron/default.nix @@ -12,6 +12,6 @@ text = '' */10 * * * * docker ps --format "{{.Names}}" | grep -q "^nextcloud-nextcloud-1$" && docker exec --user www-data nextcloud-nextcloud-1 php occ preview:pre-generate ''; - target = /etc/rad-dev/nextcloud-cron; + target = "rad-dev/nextcloud-cron"; }; }