Changeset 8410 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 04/17/07 16:05:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8381 r8410 70 70 # define callisto.rc files 71 71 callistorcnew=$setuppath/$program/callisto.rc 72 callistorcmux=$setuppath/$program/callisto_mux.rc 72 73 # find callisto.rc file 73 74 if [ -e $outpath/callisto.rc ] … … 77 78 else 78 79 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 80 86 callistorcseq=$outpath/callisto.rc 81 87 fi
Note:
See TracChangeset
for help on using the changeset viewer.