Changeset 8465 for trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
- Timestamp:
- 04/28/07 15:44:46 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.