From 2e5e21b41d8de701256481a7df4cf2a8a6df1e8c Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Sat, 7 Mar 2026 20:08:32 +0000 Subject: [PATCH] setup.sh aktualisiert --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5f5754e..8bff0b4 100644 --- a/setup.sh +++ b/setup.sh @@ -75,7 +75,7 @@ else echo "--- Static-Dateien existieren bereits." fi echo ">>> Installation abgeschlossen!" -echo "--- Starte J.A.R.V.I.S - AI auf Port 8000..." +echo "--- Starte J.A.R.V.I.S. - AI auf Port 8000..." # 6. Programm starten python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 \ No newline at end of file