]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/templates/default/update-smart-drivedb.erb
Silence update-smart-drivedb updates
[chef.git] / cookbooks / hardware / templates / default / update-smart-drivedb.erb
index f8030c168a2cdf75290b36c990e5f5475a96991a..f01beefa2624aee316618437b6fe4fc4c3e67a19 100644 (file)
@@ -4,7 +4,7 @@
 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