Ignore:
Timestamp:
09/26/06 09:24:02 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7964 r7970  
    5454do
    5555   echo "zipping $file ..." >> $scriptlog 2>&1
    56    ssh pegasus nice -n 19 gzip -1f $file >> $scriptlog 2>&1
     56   if ssh pegasus nice -n 19 gzip -1f $file >> $scriptlog 2>&1
     57   then
     58      chmod a-w $file >> $scriptlog 2>&1
     59   fi
    5760done
    5861
Note: See TracChangeset for help on using the changeset viewer.