From: Dan Langille Date: Sun, 6 Aug 2006 01:46:59 +0000 (+0000) Subject: $(MTX) => ${MTX} X-Git-Tag: Release-2.0.0~651 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b4c54794b4866393b4c2c081388ab9defc735ee;p=bacula%2Fbacula $(MTX) => ${MTX} REPORTED BY: Michael Brennen git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3254 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/scripts/mtx-changer.in b/bacula/scripts/mtx-changer.in index 5bd399fec7..ddc04e85cd 100644 --- a/bacula/scripts/mtx-changer.in +++ b/bacula/scripts/mtx-changer.in @@ -153,7 +153,7 @@ case $cmd in debug "Doing mtx -f $ctl -- to list volumes" make_temp_file # Enable the following if you are using barcodes and need an inventory -# $(MTX) -f $ctl inventory +# ${MTX} -f $ctl inventory ${MTX} -f $ctl status >${TMPFILE} rtn=$? cat ${TMPFILE} | grep " *Storage Element [0-9]*:.*Full" | awk "{print \$3 \$4}" | sed "s/Full *\(:VolumeTag=\)*//"