fix: set COMPOSE_CMD default in config section

Fixes "COMPOSE_CMD: unbound variable" error when running
--uninstall or --update flags. Previously the variable was only
set during check_prerequisites(), which runs after flag handling.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-01 08:32:21 +01:00
parent 8a43a294e8
commit c6ee1480ce

View File

@@ -23,6 +23,7 @@ DEFAULT_MODEL="llama3.2"
FRONTEND_PORT=7842
BACKEND_PORT=9090
OLLAMA_PORT=11434
COMPOSE_CMD="docker compose"
# Colors (disabled if not a terminal)
if [[ -t 1 ]]; then