From df281d2383851f373196d4b7e88633fc0d582ce4 Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Sat, 27 Jun 2026 00:24:27 +0300 Subject: operators/command_authorize: Fix missing ib_name Signed-off-by: Maria Lisina --- operators/command_authorize.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/operators/command_authorize.zsh b/operators/command_authorize.zsh index 3512f3f..6876a21 100644 --- a/operators/command_authorize.zsh +++ b/operators/command_authorize.zsh @@ -7,6 +7,7 @@ command_authorize=0 if [[ -n "${1}" ]] then ib_board="${1}" + source "${units}/ib_config.zsh" source "${units}/ib_authconfig.zsh" if [[ -z "${ib_auth}" ]] -- cgit v1.2.3