(simatec) Fix start.sh
This commit is contained in:
parent
0dbbd8ee10
commit
e6a0e4e950
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ start_services() {
|
|||
start_piler() {
|
||||
if [[ ! -f "${VOLUME_DIR}/manticore/main1.spp" ]]; then
|
||||
log "main1.spp does not exist, creating index files"
|
||||
su -c "indexer --all --config ${SPHINX_CONF}" piler
|
||||
su -c "indexer --all --config ${SPHINX_CONF}" "$PILER_USER"
|
||||
fi
|
||||
|
||||
# No pid file should exist for piler
|
||||
|
|
Loading…
Reference in a new issue