mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-10 12:53:31 +07:00
add support for passing parameters to usr/lib/security-misc/apt-get-update
This commit is contained in:
parent
2291b7f787
commit
1f6ed2cc70
@ -24,7 +24,7 @@ trap "sigterm_trap" SIGTERM SIGINT
|
|||||||
timeout \
|
timeout \
|
||||||
--kill-after="$kill_after" \
|
--kill-after="$kill_after" \
|
||||||
"$timeout_after" \
|
"$timeout_after" \
|
||||||
/usr/lib/security-misc/apt-get-wrapper update &
|
/usr/lib/security-misc/apt-get-wrapper update "$@" &
|
||||||
|
|
||||||
lastpid="$!"
|
lastpid="$!"
|
||||||
wait "$lastpid"
|
wait "$lastpid"
|
||||||
|
Loading…
Reference in New Issue
Block a user