This commit is contained in:
parent
135990de80
commit
4acd103d5a
11
Sphinx.sh
11
Sphinx.sh
@ -123,15 +123,8 @@ then
|
||||
liste=`ls config/${HOSTNAME}`
|
||||
IFS='.'
|
||||
`cd config/${HOSTNAME}`
|
||||
for name in `ls`
|
||||
do
|
||||
i=0
|
||||
for index in ${name}
|
||||
do
|
||||
echo $index
|
||||
done
|
||||
done
|
||||
echo ${listIndex[0]};exit
|
||||
a=($(echo $string | nawk -F":" '{$1=$1; print}'))
|
||||
exit
|
||||
`cat files/config.sphinx >> indexeConf/sphinx.conf`
|
||||
`cp indexeConf/sphinx.conf .`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user