]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - examplescripts/Example3
Enhance dh_clean to clean up better
[mirror_smartmontools-debian.git] / examplescripts / Example3
index 6a1b11cdfef8cf821ad5f732adcbab67623cd516..d23a6a57fffa5c91d24dd3de6cde9dc1a7f17ea8 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 #
 # This is a script from the smartmontools examplescripts/ directory.
 # It can be used as an argument to the -M exec Directive in
@@ -8,12 +8,14 @@
 # Please see man 8 smartd or man 5 smartd.conf for further
 # information.
 #
-# $Id: Example3,v 1.4 2003/08/17 09:15:56 ballen4705 Exp $
+# $Id: Example3 3958 2014-07-18 19:13:32Z chrfranke $
 
 # Warn all users of a problem     
-wall 'Problem detected with disk: ' "$SMARTD_DEVICESTRING"    
-wall 'Warning message from smartd is: ' "$SMARTD_MESSAGE"      
-wall 'Shutting down machine in 30 seconds... '
+wall <<EOF
+Problem detected with disk: $SMARTD_DEVICESTRING
+Warning message from smartd is: $SMARTD_MESSAGE
+Shutting down machine in 30 seconds...
+EOF
 
 # Wait half a minute
 sleep 30