mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 01:31:41 +00:00
Merge e722384ad9 into fd10463069
This commit is contained in:
commit
e18b3d42da
2 changed files with 28 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ def _cmd_cleanup(args):
|
|||
)
|
||||
print_info("Stop OpenClaw first: systemctl --user stop openclaw-gateway.service")
|
||||
print()
|
||||
if not auto_yes:
|
||||
if not auto_yes and not dry_run:
|
||||
if not sys.stdin.isatty():
|
||||
print_info("Non-interactive session — aborting. Stop OpenClaw and re-run.")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue