Changeset 8465
- Timestamp:
- 04/28/07 15:44:46 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8464 r8465 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/04/28 Daniela Dorner 22 23 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots: 24 - moved temporary directory for pstoimg to /tmp 25 26 27 21 28 2007/04/27 Daniela Dorner 22 29 -
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 -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7944 r8465 118 118 119 119 echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1 120 temppath=`dirname $rootfile `121 tempwebplotspath= $temppath/tempwebplots120 temppath=`dirname $rootfile | sed -e 's/\/magic\/data//'` 121 tempwebplotspath=/tmp/pstoimgtmp$temppath 122 122 makedir $tempwebplotspath >> $scriptlog 2>&1 123 123 … … 126 126 127 127 echo "removing temporary dir..." >> $scriptlog 2>&1 128 rmdir - v $tempwebplotspath >> $scriptlog 2>&1128 rmdir -pv $tempwebplotspath >> $scriptlog 2>&1 129 129 done 130 130
Note:
See TracChangeset
for help on using the changeset viewer.