From 26ab923bf634b4dfdc06c2ae92045e7fe6717f36 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 18 May 2026 19:41:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d1b82a..65fcd34 100644 --- a/README.md +++ b/README.md @@ -114,14 +114,12 @@ raidtemp=$(megacli -AdpAllInfo -aAll | grep -i 'roc temperature' | awk '{print $ echo "The RAID controller's temperature is "$raidtemp" at $(date)" >> "$logfile" ``` -Crontab Entry: +Crontab Entry, (this runs the script every 3 hours): ``` 0 */3 * * * /home/charizard/myscripts/raidnotifier ``` -This runs the check every 3 hours. - Logrotate Configuration File: ```