]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Check in the right place, run it from the right place.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 30 Jul 2023 22:12:26 +0000 (10:12 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 30 Jul 2023 22:12:26 +0000 (10:12 +1200)
debian/cron.daily

index a0302c81bc55343fb7d0d569efe25b19d63d7439..9b5f8e411c276c524bd11785ae0231bf7ec35ad8 100644 (file)
@@ -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