From f52c7c362a184356e2f86a1c664e50a05bbaaf31 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 29 Oct 2023 19:03:58 +0100 Subject: [PATCH] =?UTF-8?q?Wireguard=20Stop=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wire_g | 1 + 1 file changed, 1 insertion(+) diff --git a/wire_g b/wire_g index 2fab433..6bb9527 100755 --- a/wire_g +++ b/wire_g @@ -134,6 +134,7 @@ more(){ --fixed --borders=8 --close-on-unfocus \ --buttons-layout=center \ --button=Importieren:"bash -c import_wg" \ + --button="Wire-G Stop":"bash -c wg_stop" \ --button="Abbrechen":1 \ --separator="" --window-icon=${wg_pic}wg-vpn.png ) }