Fix stale sitecustomize reference; remove duplicate step header
This commit is contained in:
@@ -95,8 +95,6 @@ find_mw_python() {
|
|||||||
echo "$py"
|
echo "$py"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ── Step 1: backend patch ─────────────────────────────────────────────────────
|
|
||||||
|
|
||||||
PYTHON=$(find_mw_python)
|
PYTHON=$(find_mw_python)
|
||||||
echo "Using Python: $PYTHON"
|
echo "Using Python: $PYTHON"
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ def make_client(host, api_key, insecure=False):
|
|||||||
# ── Sub-commands ──────────────────────────────────────────────────────────────
|
# ── Sub-commands ──────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
def cmd_verify():
|
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):
|
if not os.path.exists(_STATUS_FILE):
|
||||||
print("No hook status file found.")
|
print("No hook status file found.")
|
||||||
print("Either the patch has never loaded (middlewared not yet restarted")
|
print("Either the patch has never loaded (middlewared not yet restarted")
|
||||||
|
|||||||
Reference in New Issue
Block a user