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 ]]