diff --git a/README.md b/README.md index 2376e9d..52272d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ create the labels and the first milestone in the repository's issue tracker. ``` Status: Current -Owner: Kaspa +Owner: _null Last reviewed: 2026-08-12 Governs: Projects/Template/** Review trigger: Any change to the tracker conventions or the QA run-state diff --git a/docs/architecture/scripts/healthcheck.sh b/docs/architecture/scripts/healthcheck.sh index 6c01012..5f637ee 100755 --- a/docs/architecture/scripts/healthcheck.sh +++ b/docs/architecture/scripts/healthcheck.sh @@ -44,8 +44,8 @@ # # install -m 0755 healthcheck.sh ~/bin/healthcheck.sh # # then, in the crontab — every five minutes -# */5 * * * * /home/kaspa/bin/healthcheck.sh \ -# >> /home/kaspa/.healthcheck.log 2>&1 +# */5 * * * * $HOME/bin/healthcheck.sh \ +# >> $HOME/.healthcheck.log 2>&1 # # On this deployment it is run by an OpenClaw cron job instead, which is the # same thing with a scheduler that can also deliver the alert.