mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-25 12:10:27 -04:00
add support for passing parameters to usr/lib/security-misc/apt-get-update
This commit is contained in:
parent
2291b7f787
commit
1f6ed2cc70
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue