hsiegeln 6fe10432e6
All checks were successful
CI / build (push) Successful in 1m18s
CI / docker (push) Successful in 15s
fix(installer): remove duplicate config load that kills upgrade silently
The upgrade path in handle_rerun called load_config_file a second time
(already called by detect_existing_install). On the second pass, every
variable is already set, so [ -z "$VAR" ] && VAR="$value" returns
exit code 1 (test fails, && short-circuits). With set -e, the non-zero
exit from the case clause kills the script silently after printing
"[INFO] Upgrading installation..." — no error, no further output.

Removed the redundant load_config_file and load_env_overrides calls.
Both were already executed in main() before handle_rerun is reached.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-25 09:03:07 +02:00
2026-04-15 15:28:44 +02:00
2026-04-15 15:28:44 +02:00
Description
Multi-tenant SaaS platform — Camel application runtime with built-in observability. Wraps cameleer3 agent + server.
8.1 MiB
Languages
Java 47.5%
TypeScript 23.3%
Shell 16.5%
PowerShell 11.3%
Dockerfile 0.7%
Other 0.7%