comparison bin/chronicle-spooler @ 215:967ecb541df9

Updated to improve the date + time handling of files. Added manpage for chronicle-spooler
author Steve Kemp <steve@steve.org.uk>
date Tue, 15 Apr 2008 20:42:34 +0100
parents 889827a88e34
children 6dadbc23cd74
comparison
equal deleted inserted replaced
214:3f538fac68eb 215:967ecb541df9
164 164
165 165
166 # 166 #
167 # If we should run our command do so. 167 # If we should run our command do so.
168 # 168 #
169 if ( $CONFIG{ 'post-move' } ) 169 if ( ( $CONFIG{ 'post-move' } ) && $live )
170 { 170 {
171 if ( $CONFIG{ 'test' } ) 171 if ( $CONFIG{ 'test' } )
172 { 172 {
173 print "test: should run: $CONFIG{'post-move'}\n"; 173 print "test: should run: $CONFIG{'post-move'}\n";
174 } 174 }