diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-02 20:31:27 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-02 20:31:27 +0300 |
| commit | 24cbe24a5dd4bfb88ef3af2e0c649310c409dc6d (patch) | |
| tree | 8ebeec207abff66010fabe121066f4d5e96a9d74 /operators | |
| parent | ebd722b8eeca8ae89c71b5f31a36556c6cc4214c (diff) | |
*/*: Log failed config mkdir
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'operators')
| -rw-r--r-- | operators/callback_short.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/operators/callback_short.zsh b/operators/callback_short.zsh index a48a27c..120668f 100644 --- a/operators/callback_short.zsh +++ b/operators/callback_short.zsh @@ -24,6 +24,9 @@ if ! mkdir -p "${shorts_config}" then notification_text="Failed to create user config" + log_text="callback_short (${update_id}): ${notification_text}" + source "${units}/log.zsh" + rmdir "${user_config}_shorts.lock" return fi |
