How is this script working? Do you run it once and it stays in the background? Or do you run it via crontab?
Br, Johannes Am Sa., 22. Juni 2019 um 14:48 Uhr schrieb Dave, G1OGY <[email protected] >: > > > On Saturday, 22 June 2019 13:05:21 UTC+1, Dave, G1OGY wrote: >> >> >> >> while read line ; do >> echo "$line" | grep -q "[Errno 110]" >> if [ $? = 0 ] >> >> > > the "[" "]" are an unforeseen problem to `grep`; > Change to simply: > "Errno 110" > > > 'OGY > --- > http://www.g1ogy.com/wx > > -- > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/owhSpmklNlc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/ceed2f5d-c73c-45aa-92e5-b343679f523c%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/ceed2f5d-c73c-45aa-92e5-b343679f523c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAF8oS%3DmtNOpXHiQRfeGMnztPzkH-A82nGKzuaKyEVGBRyjpxNw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
