Skip to content

update-kernel: fix missing shift

mhebant requested to merge mhebant/alpine-conf:fix-update-kernel into master

Just fixing a missing shift while parsing option --keys-dir.

Without this KEYS_DIR is set to the name of the option itself (ie "--keys-dir" or "-d" depending on the form used) instead of the option value.

Edited by mhebant

Merge request reports