From 35bb0bfe51b51f6d85ff224af1935cc41cc94614 Mon Sep 17 00:00:00 2001 From: punix Date: Wed, 8 Nov 2023 20:26:42 +0100 Subject: [PATCH] more korrektur --- wire_g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire_g b/wire_g index c7535db..113a994 100755 --- a/wire_g +++ b/wire_g @@ -113,7 +113,7 @@ import_wg(){ import_wg ;; esac else - kill -0 $PID &> /dev/null + kill -0 "$PID" &> /dev/null wire_g fi @@ -213,7 +213,7 @@ more(){ At all tunnels, the auto start is disabled. \n Version: $version \n Use without warranty. \n -Download Wire-G \n" & PID=$!) +Download Wire-G \n" <&3 & PID=$!) } export -f more