This commit is contained in:
parent
878244ba6e
commit
3985ffdfee
@ -121,7 +121,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
liste=`ls config/${HOSTNAME}`
|
liste=`ls config/${HOSTNAME}`
|
||||||
set -A arr `echo "$liste[0]" | awk -F"." '{for(i=1;i<=NF;i++) print $i}'`
|
set -a arr `echo "$liste[0]" | awk -F"." '{for(i=1;i<=NF;i++) print $i}'`
|
||||||
|
|
||||||
`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