]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/templates/default/update-smart-drivedb.erb
Add alert for DNSSEC validation failures
[chef.git] / cookbooks / hardware / templates / default / update-smart-drivedb.erb
index f8030c168a2cdf75290b36c990e5f5475a96991a..5093be8137962fe21622b5e8b795d958464bf7d2 100644 (file)
@@ -1,10 +1,10 @@
-#/bin/bash
+#!/bin/bash
 # DO NOT EDIT - This file is being maintained by Chef
 
 set -eu
 
 if [ -x /usr/sbin/update-smart-drivedb ]; then
 # DO NOT EDIT - This file is being maintained by Chef
 
 set -eu
 
 if [ -x /usr/sbin/update-smart-drivedb ]; then
-  /usr/sbin/update-smart-drivedb -u github
+  /usr/sbin/update-smart-drivedb -u github > /dev/null
 fi
 
 exit 0
 fi
 
 exit 0