From: Eric Bollengier Date: Sun, 15 Jun 2008 11:55:08 +0000 (+0000) Subject: ebl tweak X-Git-Tag: Release-7.0.0~4457 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6c0897019967c41d3224b0ec1cf2dd8feda0c062;p=bacula%2Fbacula ebl tweak git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7144 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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}`