mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 17:16:16 +00:00
client.Run uses CombinedOutput, so when `/mnt/nv/OverrideSdkPrivateCfg.xml` is absent (the default for devices migrated with pre-0.71.0 code) the cat stderr is returned as the override config and surfaced to the migration page UI as "Current Config (on Speaker)". Gate the branch on `[ -f ... ]` first, mirroring the legacy .original check. Relates to #209 Relates to #214 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>