]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - examplescripts/Example4
Enhance dh_clean to clean up better
[mirror_smartmontools-debian.git] / examplescripts / Example4
CommitLineData
ba59cff1
GG
1#! /bin/sh
2
d2e702cf
GI
3# Send message if /usr/lib/powersave/powersave-notify exists or exit silently
4[ -x /usr/lib/powersave/powersave-notify ] || exit 0
5
ba59cff1
GG
6/usr/lib/powersave/powersave-notify "<b>Your hard disk drive is failing!</b>
7S.M.A.R.T. message:
8$SMARTD_MESSAGE"