rm $PIPE Meldung entfernt
This commit is contained in:
parent
0a44795e0d
commit
243bd6647e
2
wire_g
2
wire_g
@ -32,7 +32,7 @@ wg_notify(){
|
|||||||
# ab hier beginnt yad notify
|
# ab hier beginnt yad notify
|
||||||
#Pipe erstellen
|
#Pipe erstellen
|
||||||
PIPE="$HOME/.pipe.tmp"
|
PIPE="$HOME/.pipe.tmp"
|
||||||
rm $PIPE
|
rm $PIPE > /dev/null 2>&1
|
||||||
mkfifo $PIPE
|
mkfifo $PIPE
|
||||||
exec 3<> $PIPE
|
exec 3<> $PIPE
|
||||||
#Yad Dialog erstellen
|
#Yad Dialog erstellen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user