mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:50:11 +01:00
fix sphinx config path for postinstall
Change-Id: Ifb512b4762ed65596d583f8ce801b11caf670038 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
6c8180e4cd
commit
4602ecd4a7
@ -353,7 +353,7 @@ execute_post_install_tasks() {
|
|||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
echo -n "Initializing sphinx indices... ";
|
echo -n "Initializing sphinx indices... ";
|
||||||
su $PILERUSER -c "indexer --all"
|
su $PILERUSER -c "indexer --all --config $SPHINXCFG"
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user