Ignore:
Timestamp:
07/09/14 16:28:01 (10 years ago)
Author:
sdipsl
Message:

Fix TSC for Ergon. We made the hypothesis that *checker* scripts have visibility on archive system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r1016 r1019  
    222222    status=0 
    223223    #special case for the find command. Only used together with RshArchive to find tared restart 
    224     if [ "X$( echo $@ | grep ^find )" != "X" ] ; then 
     224    if [ "X$( echo $@ | grep ^find | grep RESTART )" != "X" ] ; then 
    225225      # Ergon first 
    226226      rsh ${STOREHOST} exec /bin/ksh <<-EOF > ergonList.txt 
Note: See TracChangeset for help on using the changeset viewer.