IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27221


Ignore:
Timestamp:
Mar 6, 2010, 5:55:46 PM (16 years ago)
Author:
bills
Message:

force file deletion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/magic_destreak_cleanup.pl

    r26555 r27221  
    226226                if (!$no_update) {
    227227                    print STDERR "deleting $file\n" if $verbose;
    228                     $ipprc->file_delete($file) or my_die("Failed to delete $file", $magic_ds_id, $PS_EXIT_UNKNOWN_ERROR);
     228                    $ipprc->file_delete($file, 1) or my_die("Failed to delete $file", $magic_ds_id, $PS_EXIT_UNKNOWN_ERROR);
    229229                    } else {
    230230                    print STDERR "skipping delete $file\n";
Note: See TracChangeset for help on using the changeset viewer.