mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-24 10:06:25 +07:00
"$@"
This commit is contained in:
parent
9b0d3e34fc
commit
bddbba84a6
@ -27,7 +27,7 @@ tee "$logfile" < "$tee_fifo" &
|
|||||||
tee_pid="$!"
|
tee_pid="$!"
|
||||||
|
|
||||||
apt-get \
|
apt-get \
|
||||||
${1+"$@"} \
|
"$@" \
|
||||||
1> "$tee_fifo" \
|
1> "$tee_fifo" \
|
||||||
2> "$tee_fifo" \
|
2> "$tee_fifo" \
|
||||||
&
|
&
|
||||||
|
Loading…
Reference in New Issue
Block a user