mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
120449a40a
remoteExec uses 2>&1 so SSH's own stderr merged with command stdout. The 'Warning: Permanently added...' line prepended to 'active' made the === 'active' check in isRunning() always return false. Add -o LogLevel=ERROR to suppress SSH informational/warning messages while keeping actual remote command output and real SSH errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>