This commit is contained in:
parent
137bdada7b
commit
878244ba6e
10
Sphinx.sh
10
Sphinx.sh
@ -121,14 +121,8 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
liste=`ls config/${HOSTNAME}`
|
liste=`ls config/${HOSTNAME}`
|
||||||
old="$IFS"
|
set -A arr `echo "$liste[0]" | awk -F"." '{for(i=1;i<=NF;i++) print $i}'`
|
||||||
IFS = .
|
|
||||||
set "$liste"
|
|
||||||
|
|
||||||
for index in $*
|
|
||||||
do
|
|
||||||
echo -e "$index"
|
|
||||||
done
|
|
||||||
`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