From: Eric Bollengier Date: Sun, 15 Jun 2008 11:55:08 +0000 (+0000) Subject: ebl tweak X-Git-Tag: Release-3.0.0~1305 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9958fb15c49eb66e6d2029fcfa2232717b22d64;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}`