[FIXED] Corregir ruta en ollama_down.sh

- Actualizar ruta para usar ~/.ollama en lugar de ~/devs/bin/ollama
- Mantener consistencia con los cambios de ubicación de ollama_up.sh

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mauro Rosero P. 2025-04-01 18:25:19 -05:00
parent 7e99c82b60
commit b60d1e69ca
Signed by: mrosero
GPG key ID: 83BD2A5F674B7E26

View file

@ -56,7 +56,7 @@ load_messages "${BIN_HOME}/${BIN_BASE}" "${BIN_MESG}" "${BIN_LANG}" "head"
title="${head_000} ${head_002}"
# Change to the directory containing the compose file
cd "${BIN_HOME}/${BIN_BASE}/ollama"
cd "${HOME}/.ollama"
# Check if we should use podman or docker (prefer podman)
if command -v podman >/dev/null 2>&1; then