diff --git a/wire_g b/wire_g
index dcf0efa..84f61f4 100755
--- a/wire_g
+++ b/wire_g
@@ -231,7 +231,7 @@ if selection=$(yad --no-klick --list --center \
--text=$"Activ Tunnel: $active
----------------------------------------------------------------------------------
If no tunnels are listed,
-so they have to import their tunnel beforehand.") &
+so they have to import their tunnel beforehand.")
then
if [[ -n $active ]]
then
@@ -240,13 +240,11 @@ if selection=$(yad --no-klick --list --center \
connect
pid=$(ps aux | grep yad | grep -v grep | awk '{print $2}')
kill $pid
- wire_g
else
nmcli connection up $selection &> ${wg_wdir}.tmp.txt
connect
pid=$(ps aux | grep yad | grep -v grep | awk '{print $2}')
kill $pid
- wire_g
fi
fi