bacula: Fixed typo from smartctl command.

This commit is contained in:
Timo Mkinen 2013-05-13 20:53:34 +03:00
parent 1410f68590
commit d81ff31adc

View file

@ -8,5 +8,5 @@ Device {
RemovableMedia = yes;
RandomAccess = no;
Alert Command = "sh -c 'tapeinfo -f <%= @device %> | grep TapeAlert | cat'"
Alert Command = "sh -c 'smartctl -H -l error <%= @device %>' | cat"
Alert Command = "sh -c 'smartctl -H -l error <%= @device %> | cat'"
}