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/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
Note: See TracChangeset for help on using the changeset viewer.