From 4ba353a8073bf40b3c17480522489ecd5076a99e Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 25 Sep 2019 18:52:50 +0200 Subject: [PATCH] Update vpn string --- bin/.local/bin/vpn-switch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/.local/bin/vpn-switch b/bin/.local/bin/vpn-switch index 0e475a2..b6b6895 100755 --- a/bin/.local/bin/vpn-switch +++ b/bin/.local/bin/vpn-switch @@ -10,11 +10,11 @@ case $STATUS in 1) sudo wg-quick down wg0 | notify-send sudo wg-quick down wg1 + notify-send 'Wireguard Down' ;; *) sudo wg-quick up wg0 sudo wg-quick up wg1 + notify-send 'Wireguard Up' ;; esac - -notify-send 'adsf'