diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-27 00:07:40 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-06-27 00:07:40 +0300 |
| commit | 91246bdebffaba31072fad3cbb92ce12c683c529 (patch) | |
| tree | 144004e173d0be6ab4b9f76cff9200d3cc404f25 /operators/command_authorize.zsh | |
| parent | 0d9a5d4c2570cad0e0e3f028d0903f3dc2b9df7d (diff) | |
*/*: Implement default user
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'operators/command_authorize.zsh')
| -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}" |
