Fix capitalization in log messages

This commit is contained in:
Bastian (BaM)
2025-09-14 21:17:26 +02:00
parent 93bccebdff
commit fed3cdc728

View File

@@ -10,7 +10,7 @@ local ollama_manager = {}
-- Start Ollama service via SSH
function ollama_manager.start_service(config)
utils.log("SSH is reachable. Starting ollama service...")
utils.log("SSH is reachable. Starting Ollama service...")
socket.sleep(10)
-- Start ollama service using nssm