From 4d7bf84b81a6e176507bb9c16b32e9d78cecc78b Mon Sep 17 00:00:00 2001 From: punix Date: Fri, 17 Nov 2023 21:20:43 +0100 Subject: [PATCH] import double fix 5 --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index b15c909..d35e1de 100755 --- a/wire_g +++ b/wire_g @@ -109,7 +109,7 @@ import_wg(){ nmcli connection import type wireguard file $WG_CONF &> ${WG_WDIR}.tmp.txt wait wg_notify - fi + fi ;; *) yad --image-on-top --image=${WG_PIC}wg-info.png --height=150 --width=240 \ --text-align=center --undecorated --skip-taskbar \