Changeset 8465 for trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
- Timestamp:
- 04/28/07 15:44:46 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r7954 r8465 73 73 74 74 echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1 75 tempwebplotspath= $webpath/tempqualityplots75 tempwebplotspath=/tmp/pstoimgtmp/tempqualityplots 76 76 makedir $tempwebplotspath >> $scriptlog 2>&1 77 77 … … 80 80 81 81 echo "removing temporary dir..." >> $scriptlog 2>&1 82 rmdir - v $tempwebplotspath >> $scriptlog 2>&182 rmdir -pv $tempwebplotspath >> $scriptlog 2>&1 83 83 84 84 # second part
Note:
See TracChangeset
for help on using the changeset viewer.