Skip to content

Commit

Permalink
Latest attempt at output refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight committed Dec 2, 2022
1 parent e03b2b0 commit 7298894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opt/reg-grep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(connecting|connected)
connecting|connected|version
2 changes: 1 addition & 1 deletion scripts/nord_config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

## Client information
nordvpn version | grep -Eiv "new feature"
nordvpn version | grep -Ei -f /opt/reg-grep

## Apply settings
[[ -n ${DNS} ]] && nordvpn set dns ${DNS//[;,]/ } | grep -Eiv -f /opt/inv-grep
Expand Down

0 comments on commit 7298894

Please sign in to comment.