Ignore:
Timestamp:
03/16/09 13:03:52 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9355 r9399  
    6666   telnum=${primaries[$s+$s+1]}
    6767   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
    6969   then
    7070      printprocesslog "INFO linking $callistorcnew to $callistorc for sequ $sequence"
     
    8282     
    8383      #linking callisto.rc
    84       if ln -vfs $setuppath/callisto/$callistorcnew $callistorc
     84      if ln -fs $setuppath/callisto/$callistorcnew $callistorc
    8585      then
    8686         printprocesslog "INFO link callisto.rc successfully for sequence $sequence"
Note: See TracChangeset for help on using the changeset viewer.