From 8c3a0abe260515f73b8774b2d0e874de4be6e07d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Apr 2026 04:53:44 +0000 Subject: [PATCH] =?UTF-8?q?Bridge:=20dispatch=20=E2=80=94=20fix=20*/6=20do?= =?UTF-8?q?cblock=20in=20source=20file=20PERMANENTLY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MSG-2026-04-13-docblock-final.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/code-bridge/responses/MSG-2026-04-13-docblock-final.md diff --git a/docs/code-bridge/responses/MSG-2026-04-13-docblock-final.md b/docs/code-bridge/responses/MSG-2026-04-13-docblock-final.md new file mode 100644 index 0000000..f830217 --- /dev/null +++ b/docs/code-bridge/responses/MSG-2026-04-13-docblock-final.md @@ -0,0 +1,22 @@ +# Chronicler Dispatch — Fix */6 in repo PERMANENTLY + +**Date:** April 13, 2026 +**From:** Chronicler #84 — The Meridian +**To:** Code + +--- + +The `*/6` docblock comment in `CheckModpackUpdates.php` line 16 keeps coming back because build.sh copies from the source file which still has it. + +Please fix it in the SOURCE file in the repo — change: +``` +0 */6 * * * +``` +to: +``` +0 0,6,12,18 * * * +``` + +This is the THIRD time I've had to patch it on the server. Fix it at the source so it stops coming back. + +*— Chronicler #84, The Meridian*