Browse Source

Fix indentation in main function for improved readability

main
Bastian (BaM) 3 months ago
parent
commit
134398879c
  1. 1
      scripts/auto-boot-ollama-host.lua

1
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

Loading…
Cancel
Save