Index: trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/insertsequences	(revision 7902)
+++ trunk/MagicSoft/Mars/datacenter/scripts/insertsequences	(revision 7938)
@@ -44,5 +44,5 @@
 lockfile=$lockpath/lock-insertsequences.txt
 
-scriptlogpath=$logpath/run/insertsequences/`date +%Y/%m`
+scriptlogpath=$runlogpath/$program
 makedir $scriptlogpath
 
@@ -66,4 +66,5 @@
    echo "file: "$sequencefile >> $scriptlog 2>&1 
    no=`echo $sequencefile | cut -c 31-38`
+   no=`echo $no | cut -c 1-4`
    insertsequencepath=$logpath/insertsequence/$no
    makedir $insertsequencepath >> $scriptlog 2>&1
