Fixed grep, removed ':'
This commit is contained in:
parent
df9e8657ac
commit
2df90a33cd
2 changed files with 2 additions and 1 deletions
1
speedtest/.gitignore
vendored
Normal file
1
speedtest/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
speedtest.log
|
||||
|
|
@ -36,6 +36,6 @@ fi
|
|||
|
||||
{
|
||||
echo "===== $(date '+%Y-%m-%d %H:%M:%S') ====="
|
||||
speedtest --secure | grep -E '^(Hosted by|Download|Upload):'
|
||||
speedtest --secure | grep -E '^(Hosted by|Download|Upload)'
|
||||
echo
|
||||
} | tee -a "$LOG"
|
||||
|
|
|
|||
Loading…
Reference in a new issue