v3.4.1
n0-computer/irohv3.4.1Jul 25, 2026by UNITRONIX
AI Summary
Hotfix release fixing an issue where the Console service remained inactive after an online GitHub update via the installer script.
Key Highlights
- Fixed `betterdesk.sh` update leaving Console inactive
- Improved service verification logic after update
Full Release Notes
## Fixed - **`betterdesk.sh` Online GitHub update leaves Console inactive (#306):** `start_services_with_verification` no longer aborts under `set -e` when `sqlite3` API-key sync fails after Go start; Console always gets `systemctl start`/`restart`, and update no longer prints success when `betterdesk-console` is not Active. **Channel:** stable `main` → **3.4.1** **Deploy:** ships via `betterdesk.sh` / installer update (not panel-only Settings → Updates). **Verify:** Update → Online update from GitHub → `systemctl is-active betterdesk-console` is `active` without a manual start. Related: https://github.com/UNITRONIX/BetterDesk/issues/306 ## What's Changed * Hotfix: start Console after betterdesk.sh GitHub update (#306) by @UNITRONIX in https://github.com/UNITRONIX/BetterDesk/pull/307 * chore: release version 3.4.1 [version-bump] by @UNITRONIX in https://github.com/UNITRONIX/BetterDesk/pull/308 **Full Changelog**: https://github.com/UNITRONIX/BetterDesk/compare/v3.4.0...v3.4.1