]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix cleanup-tape script to use slot
authorKern Sibbald <kern@sibbald.com>
Wed, 26 Mar 2008 17:32:26 +0000 (17:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 26 Mar 2008 17:32:26 +0000 (17:32 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6692 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/cleanup-tape.in

index 1fbefe6d490d302816caee89ae35a27213bab91f..1627c91d714cfb463e1e5d4e59a76b12a21920d4 100755 (executable)
@@ -2,11 +2,13 @@
 #
 # Cleanup left over files -- both before and after test run
 #
+. ./config
+
 scripts/cleanup
 
-a=`bin/mtx-changer @autochanger@ loaded 0 @tape_drive@ 0`
+a=`bin/mtx-changer @autochanger@ loaded $SLOT1 @tape_drive@ 0`
 if test $a = 0 ; then
-  bin/mtx-changer @autochanger@ load 1 @tape_drive@ 0
+  bin/mtx-changer @autochanger@ load $SLOT1 @tape_drive@ 0
 fi
 mt -f @tape_drive@ rewind
 mt -f @tape_drive@ weof