Fix IVPN autoconnect command.

This commit is contained in:
the_4n0nym0u53 2021-12-27 14:08:12 +01:00
parent c9bb426eeb
commit 25680431e0
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
sleep 1
ivpn connect -ipv6tunnel -p wg -filter_invert dk -fastest \
ivpn connect -ipv6tunnel -p wg -fastest -filter_invert dk \
&& notify-send -u low "IVPN" "Successfully connected to IVPN server:\n$(ivpn status | sed -n 2p | xargs)" \
|| notify-send -u critical "IVPN" "Failed to connect to IVPN\!"