Skip to content

Commit

Permalink
Uncommented accidentally commented out execution of indexer on contai…
Browse files Browse the repository at this point in the history
…ner startup
  • Loading branch information
michal-izewski committed Sep 17, 2020
1 parent a282b1c commit 821dc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$1" = 'sphinx' ]; then
fi

echo "Start Sphinxsearch Indexer for \"$indexes\" indexes"
#su - sphinx -c "/usr/bin/indexer $indexes" > /var/log/sphinx/indexer.log
su - sphinx -c "/usr/bin/indexer $indexes" > /var/log/sphinx/indexer.log
echo "Finish Sphinxsearch Indexer for \"$indexes\" indexes"
echo "$indexes" > /tmp/sphinx.index
fi
Expand Down

0 comments on commit 821dc38

Please sign in to comment.