fix: typos

This commit is contained in:
omahs 2025-05-16 08:19:13 +02:00 committed by GitHub
parent 525cf198be
commit 8815fc9860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 15 additions and 15 deletions

View file

@ -647,7 +647,7 @@ install_docker() {
$SUDO docker volume create local-ai-data
fi
# Check if container is already runnning
# Check if container is already running
if $SUDO docker ps -a --format '{{.Names}}' | grep -q local-ai; then
info "LocalAI Docker container already exists, replacing it..."
$SUDO docker rm -f local-ai