From 6c0897019967c41d3224b0ec1cf2dd8feda0c062 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 15 Jun 2008 11:55:08 +0000 Subject: [PATCH] ebl tweak git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7144 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/scripts/disk-changer.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/scripts/disk-changer.in b/bacula/scripts/disk-changer.in index b16822223f..067f87be39 100644 --- a/bacula/scripts/disk-changer.in +++ b/bacula/scripts/disk-changer.in @@ -225,8 +225,8 @@ case $cmd in done # check if slot exists if [ ! -f $dir/slot${slot} ] ; then - echo "source Element Address $slot is Empty" - exit 1 + echo "source Element Address $slot is Empty" + exit 1 fi if [ -f $dir/loaded${drive} ]; then ld=`cat $dir/loaded${drive}` -- 2.39.5