This commit is contained in:
Patrick Schleizer 2017-02-14 17:30:31 +00:00
parent 9b0d3e34fc
commit bddbba84a6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -27,7 +27,7 @@ tee "$logfile" < "$tee_fifo" &
tee_pid="$!"
apt-get \
${1+"$@"} \
"$@" \
1> "$tee_fifo" \
2> "$tee_fifo" \
&