Changeset 30822
- Timestamp:
- Mar 8, 2011, 11:06:21 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_cleanup.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_cleanup.pl
r30630 r30822 130 130 $status = 0 unless defined $path_base and $path_base ne "NULL"; 131 131 132 my $poor_quality = $imfile->{quality} > 0; 133 132 134 # don't clean up unless the data needed to update is available 133 135 # modes goto_purged and goto_scrubbed will remove files even if the config is non-existent 134 136 # goto_scrubbed now requires the config file to not exist. 135 if ($status ) {137 if ($status and !$poor_quality) { 136 138 if ($mode eq "goto_cleaned") { 137 139 my $config_file = $ipprc->filename("PPIMAGE.CONFIG", $path_base, $class_id);
Note:
See TracChangeset
for help on using the changeset viewer.
