|
Lines 201-207
done
Link Here
|
| 201 |
adjust_paths_dev_install $1 |
201 |
adjust_paths_dev_install $1 |
| 202 |
|
202 |
|
| 203 |
# Check if an alternate indexer has been set |
203 |
# Check if an alternate indexer has been set |
| 204 |
if [ ! -z $ALTERNATE_INDEXER_DAEMON ]; then |
204 |
if [ ! -z "$ALTERNATE_INDEXER_DAEMON" ]; then |
| 205 |
INDEXER_DAEMON="$ALTERNATE_INDEXER_DAEMON" |
205 |
INDEXER_DAEMON="$ALTERNATE_INDEXER_DAEMON" |
| 206 |
else |
206 |
else |
| 207 |
# We default to rebuild_zebra.pl if no alternate indexer set |
207 |
# We default to rebuild_zebra.pl if no alternate indexer set |
| 208 |
- |
|
|