mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:17:01 +02:00
rpm fixes
This commit is contained in:
@ -225,7 +225,7 @@ gather_mysql_account() {
|
||||
|
||||
gather_sphinx_data() {
|
||||
|
||||
if [ $INDEXER = "/usr/bin/indexer" ]; then SPHINXCFG="/etc/sphinx.conf"; fi
|
||||
if [ $INDEXER = "/usr/bin/indexer" ]; then SPHINXCFG="/etc/sphinx/sphinx.conf"; fi
|
||||
|
||||
if test -f /etc/sphinxsearch/sphinx.conf || test -f /etc/sphinxsearch/sphinx.conf.sample ; then SPHINXCFG="/etc/sphinxsearch/sphinx.conf"; fi
|
||||
|
||||
|
Reference in New Issue
Block a user