From 9cbe51c5752603b3d2b91e94b4a10043a6483b7d Mon Sep 17 00:00:00 2001 From: "Alice (OpenClaw)" Date: Wed, 13 May 2026 17:19:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20allow=20verify=20script=20to=20inspect?= =?UTF-8?q?=20live=20dist=20with=20sudo=20/=20=E4=BF=AE=E6=AD=A3=20verify?= =?UTF-8?q?=20=E8=85=B3=E6=9C=AC=E8=AE=80=E5=8F=96=20live=20dist=20?= =?UTF-8?q?=E6=AC=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/verify-openclaw-poc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-openclaw-poc.sh b/scripts/verify-openclaw-poc.sh index 1c3bc04..df0dd5b 100755 --- a/scripts/verify-openclaw-poc.sh +++ b/scripts/verify-openclaw-poc.sh @@ -29,7 +29,7 @@ done echo echo "== patch markers ==" -python3 - <<'PY' "$DIST_DIR" +sudo python3 - <<'PY' "$DIST_DIR" from pathlib import Path import json, sys