Skip to content

Commit 17f0e7c

Browse files
committed
fix(mac): add explicit PATH variable to plist for openclaw subprocess discovery
1 parent 80ed5fa commit 17f0e7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ install_dashboard_launchd() {
105105
</array>
106106
<key>EnvironmentVariables</key>
107107
<dict>
108+
<key>PATH</key>
109+
<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
108110
<key>CLAWEDR_POLICY_PATH</key>
109111
<string>$CLAWEDR_DIR/compiled_policy.json</string>
110112
<key>CLAWEDR_DASHBOARD_PORT</key>

0 commit comments

Comments
 (0)