test(parallels): allow mac update script fallback user · openclaw/openclaw@359d871
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -736,7 +736,7 @@ Remove-Item -Path $scriptPath, $logPath, $donePath, $exitPath -Force -ErrorActio
|
736 | 736 | if (write.status !== 0) { |
737 | 737 | throw new Error(`failed to write guest script ${scriptPath}: ${write.stderr.trim()}`); |
738 | 738 | } |
739 | | -const chmod = run("prlctl", ["exec", vm, "/bin/chmod", "700", scriptPath], { |
| 739 | +const chmod = run("prlctl", ["exec", vm, "/bin/chmod", "755", scriptPath], { |
740 | 740 | check: false, |
741 | 741 | quiet: true, |
742 | 742 | timeoutMs: 30_000, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。