follow_log to dump and follow script related log entries
parent
ca092a41c0
commit
60a82354e1
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $(dirname $0)/shelly.conf
|
||||
|
||||
tail -n+0 -f $LOGFILE |egrep -i 'POOL|script'
|
Loading…
Reference in New Issue