mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 13:52:26 +01:00 
			
		
		
		
	Fix sphinx version in postinstall
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -360,6 +360,8 @@ execute_post_install_tasks() { | ||||
|    chmod +x "$SPHINXCFG" | ||||
|    echo "Done." | ||||
|  | ||||
|    if indexer --version | grep ^Sphinx\ 3; then sed -i 's/220/311/' "$SPHINXCFG"; fi | ||||
|  | ||||
|    echo -n "Initializing sphinx indices... "; | ||||
|    su "$PILERUSER" -c "indexer --all --config ${SPHINXCFG}" | ||||
|    echo "Done." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user