This commit is contained in:
Damien LASSERRE 2011-10-24 12:37:53 +00:00
parent 4ac7b735ea
commit 5720bd06fa

View File

@ -123,15 +123,13 @@ then
liste=`ls config/${HOSTNAME}`
IFS='.'
`cd config/${HOSTNAME}`
for name in `ls`
do
string=one:two::four
oldIFS=$IFS
IFS=:
a=( $string )
IFS=$oldIFS
done
echo ${listIndex[0]};exit
exit
`cat files/config.sphinx >> indexeConf/sphinx.conf`
`cp indexeConf/sphinx.conf .`