mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:20:12 +01:00
build fix
This commit is contained in:
parent
7b0b913a34
commit
93a1b3252a
@ -226,7 +226,7 @@ gather_sphinx_data() {
|
||||
|
||||
if [ $INDEXER = "/usr/bin/indexer" ]; then SPHINXCFG="/etc/sphinx.conf"; fi
|
||||
|
||||
if [ -f /etc/sphinxsearch/sphinx.conf || -f /etc/sphinxsearch/sphinx.conf.sample ]; then SPHINXCFG="/etc/sphinxsearch/sphinx.conf"; fi
|
||||
if test -f /etc/sphinxsearch/sphinx.conf || test -f /etc/sphinxsearch/sphinx.conf.sample ; then SPHINXCFG="/etc/sphinxsearch/sphinx.conf"; fi
|
||||
|
||||
askNonBlank "Please enter the path of sphinx.conf" "$SPHINXCFG"
|
||||
SPHINXCFG=$response
|
||||
|
Loading…
Reference in New Issue
Block a user