IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2023, 11:57:03 AM (3 years ago)
Author:
eugene
Message:

bug fixes, making iterations work

File:
1 edited

Legend:

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

    r42445 r42446  
    2828  endif
    2929
    30   mysql $DBOPTS -e "select dateobs, state from nights"
     30  mysql $DBOPTS -e "select dateobs, iter, state from nights"
    3131  exit 0
    3232endif
     
    4949
    5050  set mynight = $2
    51   mysql $DBOPTS -e "select * from nights where (dateobs = '$mynight')"
     51  mysql -E $DBOPTS -e "select * from nights where (dateobs = '$mynight')"
    5252  exit 0
    5353endif
Note: See TracChangeset for help on using the changeset viewer.