mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 11:26:13 +00:00
fix(qa): avoid login shell in cron watcher (#105118)
This commit is contained in:
@@ -59,7 +59,10 @@ flow:
|
||||
wakeMode: now
|
||||
payload:
|
||||
kind: command
|
||||
argv: ["sh", "-lc", "printf QA-CONDITION-WATCHER-OK"]
|
||||
argv:
|
||||
- node
|
||||
- -e
|
||||
- "process.stdout.write('QA-CONDITION-WATCHER-OK')"
|
||||
delivery:
|
||||
mode: none
|
||||
- timeoutMs: 30000
|
||||
|
||||
Reference in New Issue
Block a user