diff options
Diffstat (limited to 'operators')
| -rw-r--r-- | operators/command_authorize.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/operators/command_authorize.zsh b/operators/command_authorize.zsh index e4af58d..3512f3f 100644 --- a/operators/command_authorize.zsh +++ b/operators/command_authorize.zsh @@ -2,6 +2,8 @@ # Copyright (C) 2024-2026 Danil Lisin # SPDX-License-Identifier: Apache-2.0 +command_authorize=0 + if [[ -n "${1}" ]] then ib_board="${1}" |
