mirror of
https://github.com/dynup/kpatch
synced 2025-01-25 22:32:43 +00:00
Merge pull request #123 from lulinqing/patch-1
Fix issue #122 (subcommand unload not recognized)
This commit is contained in:
commit
afd3669746
@ -127,7 +127,7 @@ case "$1" in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"remove")
|
"unload")
|
||||||
[[ "$#" -ne 2 ]] && usage
|
[[ "$#" -ne 2 ]] && usage
|
||||||
PATCH="$2"
|
PATCH="$2"
|
||||||
find_module "$PATCH" || die "$PATCH is not installed"
|
find_module "$PATCH" || die "$PATCH is not installed"
|
||||||
|
Loading…
Reference in New Issue
Block a user