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"