fixed a bug: synchronization now really optional
authorzapata <zapata>
Thu, 19 Dec 2002 11:48:25 +0000 (11:48 +0000)
committerzapata <zapata>
Thu, 19 Dec 2002 11:48:25 +0000 (11:48 +0000)
etc/producer/producers.xml

index a5e6a29..4831dcb 100755 (executable)
     </verbs>
 
     <body>
-      <If condition="config['Rsync']">
+      <If condition="config['Rsync'] in ('1', 'y', 'yes', 'Y')">
         <then>
           <Execute command="${config['Rsync.Script.Path']}"/>
         </then>