Changeset 7938 for trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
- Timestamp:
- 08/25/06 14:51:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
r7902 r7938 44 44 lockfile=$lockpath/lock-insertsequences.txt 45 45 46 scriptlogpath=$ logpath/run/insertsequences/`date +%Y/%m`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 … … 66 66 echo "file: "$sequencefile >> $scriptlog 2>&1 67 67 no=`echo $sequencefile | cut -c 31-38` 68 no=`echo $no | cut -c 1-4` 68 69 insertsequencepath=$logpath/insertsequence/$no 69 70 makedir $insertsequencepath >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.