From d81ff31adcbe58e7d8f236ca43d90720a8311402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Mon, 13 May 2013 20:53:34 +0300 Subject: [PATCH] bacula: Fixed typo from smartctl command. --- bacula/templates/device.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/templates/device.conf.erb b/bacula/templates/device.conf.erb index 631caf0..411d496 100644 --- a/bacula/templates/device.conf.erb +++ b/bacula/templates/device.conf.erb @@ -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'" }