fixed a bug: synchronization now really optional
[mir.git] / 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>