This commit is contained in:
parent
137bdada7b
commit
878244ba6e
10
Sphinx.sh
10
Sphinx.sh
@ -121,14 +121,8 @@ then
|
||||
fi
|
||||
|
||||
liste=`ls config/${HOSTNAME}`
|
||||
old="$IFS"
|
||||
IFS = .
|
||||
set "$liste"
|
||||
|
||||
for index in $*
|
||||
do
|
||||
echo -e "$index"
|
||||
done
|
||||
set -A arr `echo "$liste[0]" | awk -F"." '{for(i=1;i<=NF;i++) print $i}'`
|
||||
|
||||
`cat files/config.sphinx >> indexeConf/sphinx.conf`
|
||||
`cp indexeConf/sphinx.conf .`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user