This commit is contained in:
parent
4acd103d5a
commit
105f061f0d
@ -123,8 +123,11 @@ then
|
|||||||
liste=`ls config/${HOSTNAME}`
|
liste=`ls config/${HOSTNAME}`
|
||||||
IFS='.'
|
IFS='.'
|
||||||
`cd config/${HOSTNAME}`
|
`cd config/${HOSTNAME}`
|
||||||
a=($(echo $string | nawk -F":" '{$1=$1; print}'))
|
for name in `ls`
|
||||||
exit
|
do
|
||||||
|
a=($(echo $name | nawk -F"." '{$1=$1; print}'))
|
||||||
|
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 .`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user