Add command show-host to command list that does not require a PKI

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-07-04 22:59:39 +01:00
parent 268e8f59fd
commit ac0d826272
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -6711,6 +6711,7 @@ cmd="$1"
case "$cmd" in
init-pki|clean-all|\
help|-h|--help|--usage|\
show-host|\
version|upgrade|'')
unset -v require_pki require_ca
;;