]> git.sur5r.net Git - bacula/bacula/commitdiff
The quotes around in the Changer Command need to be all around the command.
authorDan Langille <dan@langille.org>
Thu, 16 Feb 2006 18:02:03 +0000 (18:02 +0000)
committerDan Langille <dan@langille.org>
Thu, 16 Feb 2006 18:02:03 +0000 (18:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2788 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/examples/autochangers/rc-chio-changer

index 3f7f08d04c432f8a5e8f034a47aa061d8d8c63be..829a5ba6982f739f3a1ed2a755ad287b2ec6b74a 100644 (file)
@@ -12,7 +12,7 @@
 # $Id$
 #
 # If you set in your Device resource
-#   Changer Command = "path-to-this-script/chio-changer" %c %o %S %a %d
+#   Changer Command = "path-to-this-script/chio-changer %c %o %S %a %d"
 # you will have the following input to this script:
 #   chio-changer "changer-device" "command" "slot" "tape-device" "drive-index"
 #                       $1           $2       $3         $4            $5