diff --git a/bin/ollama_down.sh b/bin/ollama_down.sh index fc9eba1..33bf25c 100755 --- a/bin/ollama_down.sh +++ b/bin/ollama_down.sh @@ -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