fix sphinx config path for postinstall

Change-Id: Ifb512b4762ed65596d583f8ce801b11caf670038
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ 2016-09-18 18:17:11 +02:00
parent 6c8180e4cd
commit 4602ecd4a7

View File

@ -353,7 +353,7 @@ execute_post_install_tasks() {
echo "Done."
echo -n "Initializing sphinx indices... ";
su $PILERUSER -c "indexer --all"
su $PILERUSER -c "indexer --all --config $SPHINXCFG"
echo "Done."