From 3b394f432f1b96e55981615d6216fffce058c6eb Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 29 Apr 2026 17:03:41 +0100 Subject: [PATCH] added email --- modules/uptime/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/uptime/run.sh b/modules/uptime/run.sh index 93acb92..7dd2485 100644 --- a/modules/uptime/run.sh +++ b/modules/uptime/run.sh @@ -192,6 +192,7 @@ tmp="$OUTPUT_PATH.tmp" done printf '\nlegend: = up - degraded _ down . no data\n' + printf '\nBy: l@ily.rs\n' } > "$tmp" mv "$tmp" "$OUTPUT_PATH"