From 925a358fcaab8417b636ec6cacc7914fa2f4ad41 Mon Sep 17 00:00:00 2001 From: punix Date: Mon, 6 Nov 2023 09:23:50 +0100 Subject: [PATCH] =?UTF-8?q?import=20funktion=20von=20>=20zu=202>=20=20ge?= =?UTF-8?q?=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wire_g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire_g b/wire_g index 4f9e641..17967dc 100755 --- a/wire_g +++ b/wire_g @@ -84,10 +84,10 @@ import_wg(){ if [[ -n $active ]] then wg_stop - nmcli connection import type wireguard file $wgconf > ${wg_wdir}.tmp.txt + nmcli connection import type wireguard file $wgconf 2> ${wg_wdir}.tmp.txt wg_notify else - nmcli connection import type wireguard file $wgconf > ${wg_wdir}.tmp.txt + nmcli connection import type wireguard file $wgconf 2> ${wg_wdir}.tmp.txt wg_notify fi fi }