mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04: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 \
|
||||
--kill-after="$kill_after" \
|
||||
"$timeout_after" \
|
||||
/usr/lib/security-misc/apt-get-wrapper update &
|
||||
/usr/lib/security-misc/apt-get-wrapper update "$@" &
|
||||
|
||||
lastpid="$!"
|
||||
wait "$lastpid"
|
||||
|
Loading…
Reference in New Issue
Block a user