]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/check_for_zombie_jobs
Extend idea of Prefer Mounted Volumes to mean a volume about
[bacula/bacula] / regress / scripts / check_for_zombie_jobs
index 5fae9d3e7f68fb1389f51d5cba2dc64f892f0b0a..1542f0f667464913b9ff82678a10a301fc660635 100755 (executable)
@@ -3,7 +3,7 @@
 # Check for zombie jobs (not terminated).
 # Also scan logs for ERROR messages
 #
-bin/bconsole -c bin/bconsole.conf <<END_OF_DATA
+bin/bconsole -c bin/bconsole.conf <<END_OF_DATA 2>&1 >/dev/null
 @output tmp/dir.out
 status dir
 @output tmp/fd.out
@@ -49,4 +49,3 @@ if [ $? = 0 ] ; then
   echo " "
 fi
 
-