diff options
Diffstat (limited to 'operators/callback_short.zsh')
| -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 |
