mirror of https://github.com/dynup/kpatch
Fix issue #122 (subcommand unload not recognized)
This commit is contained in:
parent
6006cb074b
commit
9470c385d8
|
@ -127,7 +127,7 @@ case "$1" in
|
|||
esac
|
||||
;;
|
||||
|
||||
"remove")
|
||||
"unload")
|
||||
[[ "$#" -ne 2 ]] && usage
|
||||
PATCH="$2"
|
||||
find_module "$PATCH" || die "$PATCH is not installed"
|
||||
|
|
Loading…
Reference in New Issue