[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:
parent
7e99c82b60
commit
b60d1e69ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue