follow_log to dump and follow script related log entries
This commit is contained in:
5
follow_log
Executable file
5
follow_log
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $(dirname $0)/shelly.conf
|
||||
|
||||
tail -n+0 -f $LOGFILE |egrep -i 'POOL|script'
|
Reference in New Issue
Block a user