Ignore:
Timestamp:
12/11/07 13:50:20 (17 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8782 r8784  
    7474   #cut the slices
    7575   gzip -cd $fullpath | $mars/datacenter/compmux | gzip -1c > /tmp/temp${file}.gz
     76   check1=$?
    7677   touch -r $fullpath /tmp/temp${file}.gz
    77    chmod a=r $fullpath
    78    check1=$?
    7978   
    8079   #check success and insert information into the database
     
    8382           mv -f /tmp/temp${file}.gz $fullpath >> $scriptlog 2>&1
    8483           check2=$?
     84           chmod a=r $fullpath
    8585           case $check2 in
    8686              0)   echo " check2=$check2 -> everything ok -> mv done, setting db status for run $file" >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.