diff --git a/just/bluefin-tools.just b/just/bluefin-tools.just index e8e5b777b72..88e07c42a4f 100644 --- a/just/bluefin-tools.just +++ b/just/bluefin-tools.just @@ -169,7 +169,7 @@ ollama ACTION="help": echo "open-webui container already exists, skipping..." fi systemctl --user daemon-reload - echo "Ollama Web UI container started. You can access it at http://localhost:8080" + echo "Ollama Open WebUI service installed." elif [[ "${OPTION,,}" == "remove" ]]; then echo "Removing ollama container" echo "stopping ollama Quadlet"