From 11f9c8d6d5944d0965d088ddbfe947516fe41e06 Mon Sep 17 00:00:00 2001 From: "Bastian (BaM)" Date: Sat, 13 Sep 2025 20:00:22 +0200 Subject: [PATCH] Add infinite sleep at the end of the script to prevent premature exit --- scripts/auto-boot-ollama-host.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/auto-boot-ollama-host.sh b/scripts/auto-boot-ollama-host.sh index 35ce105..1cb33bb 100644 --- a/scripts/auto-boot-ollama-host.sh +++ b/scripts/auto-boot-ollama-host.sh @@ -58,3 +58,6 @@ while IFS= read -r line; do # log "Ollama reachable again." fi done + +echo "Exited. Sleeping..." +sleep infinity \ No newline at end of file