From b03422b1d50ab87403d218171fecf88ff5a8a85e Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 31 Jul 2023 10:12:26 +1200 Subject: [PATCH] Check in the right place, run it from the right place. --- debian/cron.daily | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/cron.daily b/debian/cron.daily index a0302c8..9b5f8e4 100644 --- a/debian/cron.daily +++ b/debian/cron.daily @@ -5,8 +5,8 @@ # Common script shared with the systemd service to perform a health # check of the MythTV system.. -[ -x /usr/lib/mythtv-status/health-check ] \ - && /usr/local/mythtv-status/health-check +[ -x /usr/libexec/mythtv-status/health-check ] \ + && /usr/libexec/mythtv-status/health-check # Keep run-parts happy by always returning with a return code of 0. exit 0 -- 2.30.2