Changeset 8465


Ignore:
Timestamp:
04/28/07 15:44:46 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8464 r8465  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     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
    2128 2007/04/27 Daniela Dorner
    2229
  • trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots

    r7954 r8465  
    7373
    7474echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1
    75 tempwebplotspath=$webpath/tempqualityplots
     75tempwebplotspath=/tmp/pstoimgtmp/tempqualityplots
    7676makedir $tempwebplotspath >> $scriptlog 2>&1
    7777
     
    8080
    8181echo "removing temporary dir..." >> $scriptlog 2>&1
    82 rmdir -v $tempwebplotspath >> $scriptlog 2>&1
     82rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
    8383
    8484# second part
  • 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.