Ignore:
Timestamp:
04/28/07 15:44:46 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r7944 r8465  
    118118
    119119   echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1
    120    temppath=`dirname $rootfile`
    121    tempwebplotspath=$temppath/tempwebplots
     120   temppath=`dirname $rootfile | sed -e 's/\/magic\/data//'`
     121   tempwebplotspath=/tmp/pstoimgtmp$temppath
    122122   makedir $tempwebplotspath >> $scriptlog 2>&1
    123123
     
    126126   
    127127   echo "removing temporary dir..." >> $scriptlog 2>&1
    128    rmdir -v $tempwebplotspath >> $scriptlog 2>&1
     128   rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
    129129done
    130130
Note: See TracChangeset for help on using the changeset viewer.