Skip to content

Commit

Permalink
fix: Ollama WebUI isn't started by the ujust command (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtf-is-flying authored Oct 5, 2024
1 parent 1b27cfa commit c60cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just/bluefin-tools.just
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c60cafa

Please sign in to comment.