From 719c0b4c2139d5412d025240ab16bef95d1c1185 Mon Sep 17 00:00:00 2001 From: punix Date: Tue, 14 Nov 2023 12:32:47 +0100 Subject: [PATCH] fix remove 3 --- wire_g | 3 --- 1 file changed, 3 deletions(-) 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 }