diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-27 00:24:27 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-27 00:24:27 +0300 |
| commit | df281d2383851f373196d4b7e88633fc0d582ce4 (patch) | |
| tree | de1c38c14c0fbe0876adacad4ee6a53327aab469 | |
| parent | 815d42d1f962b0d5e88e47100fe72de6f378c20f (diff) | |
operators/command_authorize: Fix missing ib_name
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rw-r--r-- | operators/command_authorize.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
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}" ]] |
