Changeset 7970 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 09/26/06 09:24:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/zipscript
r7964 r7970 54 54 do 55 55 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 57 60 done 58 61
Note:
See TracChangeset
for help on using the changeset viewer.