From 243bd6647e35a1dadc7b4f8ece36113a12e90f15 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 29 Oct 2023 14:21:01 +0100 Subject: [PATCH] rm $PIPE Meldung entfernt --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 8947ac2..6453c88 100755 --- a/wire_g +++ b/wire_g @@ -32,7 +32,7 @@ wg_notify(){ # ab hier beginnt yad notify #Pipe erstellen PIPE="$HOME/.pipe.tmp" - rm $PIPE + rm $PIPE > /dev/null 2>&1 mkfifo $PIPE exec 3<> $PIPE #Yad Dialog erstellen