server: Add missing call in bkctld for the convert-v2 command

This commit is contained in:
Ludovic Poujol 2024-07-01 10:59:36 +02:00 committed by Ludovic Poujol
parent 20568f5a95
commit 805f10ea83

View file

@ -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