Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7315)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7316)
@@ -36,5 +36,5 @@
 datetime=`date +%F-%H-%M-%S`
 
-scriptlogpath=$logpath/run/copyscript/`date +%Y/%m/%d`
+scriptlogpath=$logpath/run/dowebplots/`date +%Y/%m/%d`
 makedir $scriptlogpath
 
@@ -71,5 +71,5 @@
 for rootfile in ${rootfiles[@]}
 do 
-   date
+   date >> $scriptlog 2>&1
    path=`dirname $rootfile`
    file=`basename $rootfile`
@@ -85,6 +85,6 @@
    
    tabfile=$path/$base-tab
-   daterootfile=`date +%Y%m%d -r $rootfile`
-   dategiffile=`date +%Y%m%d -r $tabfile1.gif`
+   daterootfile=`date +%Y%m%d -r $rootfile` >> $scriptlog 2>&1
+   dategiffile=`date +%Y%m%d -r $tabfile1.gif` >> $scriptlog 2>&1
    if [ "$dategiffile" = "" ] 
    then 
