diff options
author | Martin HEBANT <martin.hebant@etu.utc.fr> | 2022-03-11 18:51:24 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-03-16 09:50:44 +0000 |
commit | 96806763a1c335e6c71936aa6ec58f545167544f (patch) | |
tree | 1dd02cec7ff305c609474b2053ae2253418fd59a /update-kernel.in | |
parent | c9d7497680ace159181d087b165b5b69bb70f62e (diff) | |
download | alpine-conf-96806763a1c335e6c71936aa6ec58f545167544f.zip |
update-kernel: fix missing shift
Diffstat (limited to 'update-kernel.in')
-rw-r--r-- | update-kernel.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-kernel.in b/update-kernel.in index 165a9a3..0e3958a 100644 --- a/update-kernel.in +++ b/update-kernel.in @@ -126,6 +126,7 @@ while :; do MEDIA=yes ;; -d|--keys-dir) + shift KEYS_DIR="$1" ;; --repositories-file) |