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 /units/sn_auth.zsh | |
| parent | ebd722b8eeca8ae89c71b5f31a36556c6cc4214c (diff) | |
*/*: Log failed config mkdir
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'units/sn_auth.zsh')
| -rw-r--r-- | units/sn_auth.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/units/sn_auth.zsh b/units/sn_auth.zsh index 028dcb8..67e1e2d 100644 --- a/units/sn_auth.zsh +++ b/units/sn_auth.zsh @@ -20,6 +20,10 @@ fi if ! mkdir -p "${user_config}" then output_text="Failed to create user config" + + log_text="sn_auth (${update_id}): ${output_text}" + source "${units}/log.zsh" + return fi |
