IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2023, 2:32:14 PM (3 years ago)
Author:
eugene
Message:

more updates to rawfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/check.rawfix.sh

    r42400 r42404  
    33if ($#argv < 1) then
    44  echo "USAGE: check.rawfix.sh (mode) [options]"
     5  echo "USAGE: check.rawfix.sh all"
     6  echo "USAGE: check.rawfix.sh stats"
    57  echo "USAGE: check.rawfix.sh night (YYYYMMDD)"
    6   echo "USAGE: check.rawfix.sh new"
     8  echo "USAGE: check.rawfix.sh state (state)"
     9  echo " NOTE: state = raw, rsync, md5sum.new"
    710  exit 2
    811endif
     
    6164  if ($mystate == "rsync") goto good_state
    6265  if ($mystate == "md5sum.new") goto good_state
     66  if ($mystate == "md5sum.done") goto good_state
     67  if ($mystate == "md5sum.fail") goto good_state
    6368
    6469  echo "ERROR: unknown mode $mystate"
Note: See TracChangeset for help on using the changeset viewer.