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