From 2a2a04c87911d0e5797030670b745c23c59a4370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 5 Jul 2013 09:18:37 +0300 Subject: [PATCH] bacula: Force tapealert to exit with code 0. --- bacula/files/tapealert | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/files/tapealert b/bacula/files/tapealert index b7f79b1..0066ec4 100755 --- a/bacula/files/tapealert +++ b/bacula/files/tapealert @@ -21,3 +21,4 @@ if [ $? -eq 1 ]; then fi smartctl -H -l error ${GENERIC} +exit 0