From 356bba4a7ca8689686529396075bcfe65229b9ad Mon Sep 17 00:00:00 2001 From: punix Date: Thu, 9 Nov 2023 18:42:30 +0100 Subject: [PATCH] exit & more --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 5686a23..4951214 100755 --- a/wire_g +++ b/wire_g @@ -97,7 +97,7 @@ import_wg(){ --image=${wg_pic}wg-info.png --button "OK" \ --text "Tunnelname existiert schon." \ --text-align=center --title=$"Wireguard .conf Select file" - exit 0 + exit 0 & more done active=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//') if [[ -n $active ]]