server: Add missing call in bkctld for the convert-v2 command
This commit is contained in:
parent
20568f5a95
commit
805f10ea83
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ case "${subcommand}" in
|
|||
exit 1
|
||||
fi
|
||||
;;
|
||||
"init" | "is-on")
|
||||
"init" | "is-on" | "convert-v2")
|
||||
jail_name="${2:-}"
|
||||
if [ -z "${jail_name}" ]; then
|
||||
show_help
|
||||
|
|
Loading…
Add table
Reference in a new issue