|
Lines 175-181
while [ $# -gt 0 ]; do
Link Here
|
| 175 |
done |
175 |
done |
| 176 |
|
176 |
|
| 177 |
# Check if an alternate indexer has been set |
177 |
# Check if an alternate indexer has been set |
| 178 |
if [ -z $ALTERNATE_INDEXER_DAEMON ]; then |
178 |
if [ ! -z $ALTERNATE_INDEXER_DAEMON ]; then |
| 179 |
INDEXER_DAEMON="$ALTERNATE_INDEXER_DAEMON" |
179 |
INDEXER_DAEMON="$ALTERNATE_INDEXER_DAEMON" |
| 180 |
else |
180 |
else |
| 181 |
# We default to rebuild_zebra.pl if no alternate indexer set |
181 |
# We default to rebuild_zebra.pl if no alternate indexer set |
| 182 |
- |
|
|