- Timestamp:
- 03/16/09 13:03:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r9355 r9399 66 66 telnum=${primaries[$s+$s+1]} 67 67 callistorc=$datapath/callisto/`printf %08d $sequence | cut -c 0-4`/`printf %08d $sequence`/$callistorcseq 68 if ! ls -l $callistorc 2>/dev/null | grep $callistorcnew 68 if ! ls -l $callistorc 2>/dev/null | grep $callistorcnew >/dev/null 69 69 then 70 70 printprocesslog "INFO linking $callistorcnew to $callistorc for sequ $sequence" … … 82 82 83 83 #linking callisto.rc 84 if ln - vfs $setuppath/callisto/$callistorcnew $callistorc84 if ln -fs $setuppath/callisto/$callistorcnew $callistorc 85 85 then 86 86 printprocesslog "INFO link callisto.rc successfully for sequence $sequence"
Note:
See TracChangeset
for help on using the changeset viewer.