Add infinite sleep at the end of the script to prevent premature exit
This commit is contained in:
@@ -58,3 +58,6 @@ while IFS= read -r line; do
|
|||||||
# log "Ollama reachable again."
|
# log "Ollama reachable again."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "Exited. Sleeping..."
|
||||||
|
sleep infinity
|
||||||
Reference in New Issue
Block a user