rm $PIPE Meldung entfernt

This commit is contained in:
Désiré Werner Menrath 2023-10-29 14:21:01 +01:00
parent 0a44795e0d
commit 243bd6647e

2
wire_g
View File

@ -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