Ignore:
Timestamp:
04/17/07 16:05:32 (18 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8381 r8410  
    7070# define callisto.rc files
    7171callistorcnew=$setuppath/$program/callisto.rc
     72callistorcmux=$setuppath/$program/callisto_mux.rc
    7273# find callisto.rc file
    7374if [ -e $outpath/callisto.rc ]
     
    7778else
    7879   echo "no $program.rc found in $outpath -> making link " >> $scriptlog 2>&1
    79    ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1
     80   if [ $sequence -gt 200000 ]
     81   then
     82        ln -vs $callistorcmux $outpath/callisto.rc >> $scriptlog 2>&1
     83   else
     84        ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1
     85   fi
    8086   callistorcseq=$outpath/callisto.rc
    8187fi
Note: See TracChangeset for help on using the changeset viewer.