Add infinite sleep at the end of the script to prevent premature exit

This commit is contained in:
Bastian (BaM)
2025-09-13 20:00:22 +02:00
parent 3e15d0ec5d
commit 11f9c8d6d5

View File

@@ -58,3 +58,6 @@ while IFS= read -r line; do
# log "Ollama reachable again."
fi
done
echo "Exited. Sleeping..."
sleep infinity