aboutsummaryrefslogtreecommitdiff
path: root/operators/command_authorize.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'operators/command_authorize.zsh')
-rw-r--r--operators/command_authorize.zsh1
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}" ]]