From e077a87300b4a359666f0609c202b5c7cd1eecfb Mon Sep 17 00:00:00 2001 From: sudolulo Date: Tue, 16 Jun 2026 18:02:48 +0000 Subject: [PATCH] Fix stale sitecustomize reference; remove duplicate step header --- patch/apply.sh | 2 -- patch/create_task.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/patch/apply.sh b/patch/apply.sh index 92cb9c4..9f5a23e 100755 --- a/patch/apply.sh +++ b/patch/apply.sh @@ -95,8 +95,6 @@ find_mw_python() { echo "$py" } -# ── Step 1: backend patch ───────────────────────────────────────────────────── - PYTHON=$(find_mw_python) echo "Using Python: $PYTHON" diff --git a/patch/create_task.py b/patch/create_task.py index 69545c6..224b993 100755 --- a/patch/create_task.py +++ b/patch/create_task.py @@ -85,7 +85,7 @@ def make_client(host, api_key, insecure=False): # ── Sub-commands ────────────────────────────────────────────────────────────── def cmd_verify(): - """Print the hook status written by sitecustomize.py at middlewared startup.""" + """Print the hook status written by apply.sh at boot.""" if not os.path.exists(_STATUS_FILE): print("No hook status file found.") print("Either the patch has never loaded (middlewared not yet restarted")