Fix stale sitecustomize reference; remove duplicate step header

This commit is contained in:
2026-06-16 18:02:48 +00:00
parent 82bffec75a
commit e077a87300
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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")