loading it
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7141
91ce42f0-d328-0410-95d8-
f526ca767f89
fi
i=`expr $i + 1`
done
+ # check if slot exists
+ if [ ! -f $dir/slot${slot} ] ; then
+ echo "Storage Element $slot is Empty"
+ exit 1
+ fi
if [ -f $dir/loaded${drive} ]; then
ld=`cat $dir/loaded${drive}`
else
General:
+15Jun08
+ebl Modify disk-changer to check if slot contains something before
+ loading it.
14Jun08
ebl Fix vtape on win32 and debian.
ebl Fix autoselect patch (cause segfault).