smartmontools: update to 7.2

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak
2021-01-01 23:54:39 +02:00
parent 7ce3b159e3
commit dc32fc0e47
4 changed files with 12 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
case "$1" in
smartctl|smartd) "$1" -V | head -n 1 | grep "$2" ;;
esac