Bridge: dispatch — fix */6 docblock in source file PERMANENTLY
This commit is contained in:
22
docs/code-bridge/responses/MSG-2026-04-13-docblock-final.md
Normal file
22
docs/code-bridge/responses/MSG-2026-04-13-docblock-final.md
Normal file
@@ -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*
|
||||
Reference in New Issue
Block a user