Fix disk health check system

This commit is contained in:
Yan Lin 2025-09-07 13:03:17 +02:00
parent d2bc0a522e
commit 2f6d5123a5
4 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash
# Simple daily SMART report script - plain text version
# Only checks SMART attributes and sends report via Gotify
@ -110,4 +108,4 @@ main() {
echo "Daily SMART report completed"
}
main "$@"
main "$@"