From 33af9d21aab8673ca79c886178849f0cd42e2de8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 30 Jun 2008 10:37:54 +0000 Subject: [PATCH] Correct default case path git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7262 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/prepare-two-tapes.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/prepare-two-tapes.in b/regress/scripts/prepare-two-tapes.in index 642a8f850c..a5d077025f 100755 --- a/regress/scripts/prepare-two-tapes.in +++ b/regress/scripts/prepare-two-tapes.in @@ -28,7 +28,7 @@ if test x@autochanger@ != x/dev/null; then init_drive @tape_drive@ slot=$SLOT2 ;; - default) + *) bin/@changer_script@ @autochanger@ unload $slot @tape_drive@ $DRIVE1 bin/@changer_script@ @autochanger@ load $SLOT1 @tape_drive@ $DRIVE1 init_drive @tape_drive@ -- 2.39.5