diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 14:30:05 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 14:30:05 +0300 |
| commit | a0dcdb798f64f815c81812cd3a5676d944d2bd8a (patch) | |
| tree | f8feb20f0d222cc7f32e7bf72c278514f2f4a256 | |
| parent | 4d5e50012f37fadae9b38cd33c94fff336b5044f (diff) | |
bot: Move startup_time variable
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rwxr-xr-x | bot.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -908,8 +908,8 @@ then fi strftime %s > "${cache}.timer" - startup_time=$(strftime %s) + log_text="Startup succeeded" source "${units}/log.zsh" |
