From 2fd8a9f7d01811b7df7117c4b587b0a0f4447900 Mon Sep 17 00:00:00 2001 From: Jagz <144284208+jahangir842@users.noreply.github.com> Date: Mon, 12 May 2025 03:23:24 +0500 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4645794..7a609f7 100644 --- a/Readme.md +++ b/Readme.md @@ -61,7 +61,7 @@ No external packages required. To monitor performance at intervals, set up a cron job like: ``` -*/5* ** * /path/to/server-stats.sh >> /path/to/log.txt +*/5* * * * /path/to/server-stats.sh >> /path/to/log.txt ``` ## Feel free to customize or extend the script as needed!