diff --git a/scripts/auto-boot-ollama-host.sh b/scripts/auto-boot-ollama-host.sh index 4f347bf..35ce105 100644 --- a/scripts/auto-boot-ollama-host.sh +++ b/scripts/auto-boot-ollama-host.sh @@ -38,12 +38,14 @@ while IFS= read -r line; do # echo "$line" # uncomment for debugging if echo "$line" | grep -qE "${ERROR_PATTERN}"; then log "Detected EHOSTUNREACH for Ollama (${OLLAMA_HOST}:${OLLAMA_PORT})." + echo ok - # ... in your remediation block: - if [[ -n "$WOL_MAC" ]]; then - log "Sending WOL to $WOL_MAC via ${WOL_BCAST}:${WOL_PORT}" - send_wol - fi + # ... in your remediation block: + if [[ -n "$WOL_MAC" ]]; then + log "Sending WOL to $WOL_MAC via ${WOL_BCAST}:${WOL_PORT}" + #send_wol + fi + echo ok # --- remediation examples (optional) --- # if [[ -n "$WOL_MAC" ]]; then # log "Sending WOL to ${WOL_MAC}"