Don't log grep test in modem dialer
This commit is contained in:
parent
b0c730c6af
commit
ae5d32f369
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ modem_n() {
|
|||
|
||||
contacts() {
|
||||
RES="$(cat $LOGDIR/modemlog.tsv | cut -f3 | sort | uniq | awk NF)"
|
||||
echo $RES
|
||||
echo -e "$RES" | grep 8042221111 || echo Test Number 8042221111
|
||||
echo "$RES"
|
||||
echo -e "$RES" | grep 8042221111 > /dev/null || echo "Test Number 8042221111"
|
||||
}
|
||||
|
||||
modem_cmd_errcheck() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue