Changeset 8381 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 03/21/07 09:18:13 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8176 r8381 70 70 # define callisto.rc files 71 71 callistorcnew=$setuppath/$program/callisto.rc 72 callistorcmarapr05=$setuppath/$program/callisto_MarApr05.rc73 72 # find callisto.rc file 74 73 if [ -e $outpath/callisto.rc ] … … 78 77 else 79 78 echo "no $program.rc found in $outpath -> making link " >> $scriptlog 2>&1 80 if [ 49735 -lt $sequence ] && [ $sequence -lt 53516 ] 81 then 82 ln -vs $callistorcmarapr05 $outpath/callisto.rc >> $scriptlog 2>&1 83 else 84 ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1 85 fi 79 ln -vs $callistorcnew $outpath/callisto.rc >> $scriptlog 2>&1 86 80 callistorcseq=$outpath/callisto.rc 87 81 fi
Note:
See TracChangeset
for help on using the changeset viewer.