Also output line
This commit is contained in:
parent
ab5fd49157
commit
13513fed41
|
@ -13,6 +13,7 @@ ssh vps "tail -n 0 -f $1" | stdbuf -o0 grep error | while IFS= read -r line
|
|||
do
|
||||
title=$(basename $1)
|
||||
d=$(date "+%Y/%m/%d %H:%M:%S %Z")
|
||||
echo "$d $line"
|
||||
body="$d\n$line"
|
||||
notify-send "$title" "$body"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue