From a3e72a9d40b292be18406bb76ac6daa4b5ad0161 Mon Sep 17 00:00:00 2001 From: punix Date: Thu, 9 Nov 2023 17:52:04 +0100 Subject: [PATCH] exit 0 & wire_g test --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 5686a23..511136a 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 & wire_g done active=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//') if [[ -n $active ]]