Skip to content

Commit 28c7dd5

Browse files
author
MartinMikita
committed
Fixed supervisord, using bash instead of sh for sphinx-reindex script.
1 parent f8cb3d5 commit 28c7dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/sphinx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[program:indexer]
2-
command=/bin/sh /sphinx-reindex.sh
2+
command=/bin/bash /sphinx-reindex.sh
33
autostart=true
44
autorestart=false
55
user=root

0 commit comments

Comments
 (0)