This commit is contained in:
Damien LASSERRE 2011-10-24 12:16:34 +00:00
parent 135990de80
commit 4acd103d5a

View File

@ -123,15 +123,8 @@ then
liste=`ls config/${HOSTNAME}` liste=`ls config/${HOSTNAME}`
IFS='.' IFS='.'
`cd config/${HOSTNAME}` `cd config/${HOSTNAME}`
for name in `ls` a=($(echo $string | nawk -F":" '{$1=$1; print}'))
do exit
i=0
for index in ${name}
do
echo $index
done
done
echo ${listIndex[0]};exit
`cat files/config.sphinx >> indexeConf/sphinx.conf` `cat files/config.sphinx >> indexeConf/sphinx.conf`
`cp indexeConf/sphinx.conf .` `cp indexeConf/sphinx.conf .`