Changeset 8784 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 12/11/07 13:50:20 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/cutslices
r8782 r8784 74 74 #cut the slices 75 75 gzip -cd $fullpath | $mars/datacenter/compmux | gzip -1c > /tmp/temp${file}.gz 76 check1=$? 76 77 touch -r $fullpath /tmp/temp${file}.gz 77 chmod a=r $fullpath78 check1=$?79 78 80 79 #check success and insert information into the database … … 83 82 mv -f /tmp/temp${file}.gz $fullpath >> $scriptlog 2>&1 84 83 check2=$? 84 chmod a=r $fullpath 85 85 case $check2 in 86 86 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.