You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2007/09/17 10:34:57 UTC

[Nutch Wiki] Update of "Nutch 0.9 Crawl Script Tutorial" by Lyndon

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