Commit c190646
fix: cd into runner dir before start so CWD-based discovery works
start_runner() was launching run.sh via absolute path without cd-ing
into the runner directory first. The Runner.Listener process inherited
the SSH login shell CWD (user home dir), so find_pids() CWD matching
always failed for runners started this way.
Fix: cd into $dir before running ./run.sh so the process CWD matches
what find_pids() expects. Relative log path follows automatically.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a557e7e commit c190646
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments