diff --git a/wire_g b/wire_g index f575916..ae326ca 100755 --- a/wire_g +++ b/wire_g @@ -139,8 +139,6 @@ remove(){ --text=$"Your tunnel $selection was successfully deleted." \ --text-align=center --button=$"OK" --title "Wire-G Trash" \ --center --buttons-layout=center --borders=8 - killall wire_g - wire_g else yad --window-icon=${wg_pic}wg-trash.png \ @@ -152,7 +150,6 @@ remove(){ if [ "$selection" = "$active" ] then - pkill wire_g pkill yad fi fi }