Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by Lyndon:
http://wiki.apache.org/nutch/Nutch_0%2e9_Crawl_Script_Tutorial

------------------------------------------------------------------------------
  
  echo "----- Merge Segments (Step 4 of $steps) -----"
  $NUTCH_HOME/bin/nutch mergesegs crawl/MERGEDsegments crawl/segments/*
- if [ $? -ne 0 ]
+ if [ $? -eq 0 ]
  then
      if [ "$safe" != "yes" ]
      then

Reply via email to