From 134398879c9078eecabbe67a18240924b1523a23 Mon Sep 17 00:00:00 2001 From: "Bastian (BaM)" Date: Sun, 14 Sep 2025 12:40:47 +0200 Subject: [PATCH] Fix indentation in main function for improved readability --- scripts/auto-boot-ollama-host.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/auto-boot-ollama-host.lua b/scripts/auto-boot-ollama-host.lua index 96aeb9b..3abfcf3 100644 --- a/scripts/auto-boot-ollama-host.lua +++ b/scripts/auto-boot-ollama-host.lua @@ -108,6 +108,7 @@ local function main() if port_is_up(OLLAMA_HOST, SSH_PORT, 60) then log("SSH is reachable. Starting ollama service...") --ssh("wsl.exe -d Debian -- sudo systemctl enable --now ollama && sudo systemctl start ollama", "micro", OLLAMA_HOST, SSH_PORT, SSH_IDENTITY_FILE) + end end end