fix remove 3
This commit is contained in:
parent
9a15e8e510
commit
719c0b4c21
3
wire_g
3
wire_g
@ -139,8 +139,6 @@ remove(){
|
|||||||
--text=$"Your tunnel $selection was successfully deleted." \
|
--text=$"Your tunnel $selection was successfully deleted." \
|
||||||
--text-align=center --button=$"OK" --title "Wire-G Trash" \
|
--text-align=center --button=$"OK" --title "Wire-G Trash" \
|
||||||
--center --buttons-layout=center --borders=8
|
--center --buttons-layout=center --borders=8
|
||||||
killall wire_g
|
|
||||||
wire_g
|
|
||||||
|
|
||||||
else
|
else
|
||||||
yad --window-icon=${wg_pic}wg-trash.png \
|
yad --window-icon=${wg_pic}wg-trash.png \
|
||||||
@ -152,7 +150,6 @@ remove(){
|
|||||||
|
|
||||||
if [ "$selection" = "$active" ]
|
if [ "$selection" = "$active" ]
|
||||||
then
|
then
|
||||||
pkill wire_g
|
|
||||||
pkill yad
|
pkill yad
|
||||||
fi
|
fi
|
||||||
fi }
|
fi }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user