Correcting tool name
authorJan Lahoda <jlahoda@netbeans.org>
Thu, 23 Jun 2011 20:33:22 +0200
changeset 59960a6d6b5f693
parent 598 2b595c87cfd7
child 600 a011b5710a7d
Correcting tool name
remoting/server/scripts/index.sh
     1.1 --- a/remoting/server/scripts/index.sh	Thu Jun 23 15:20:59 2011 +0200
     1.2 +++ b/remoting/server/scripts/index.sh	Thu Jun 23 20:33:22 2011 +0200
     1.3 @@ -9,6 +9,6 @@
     1.4  TARGET="$1"; shift
     1.5  ROOT_DIR="$1"; shift
     1.6  
     1.7 -$DIR/indexer/bin/backend --userdir $USERDIR --nosplash --nogui -J-Xmx2048m --category-id "$ID" --category-name "$NAME" --cache-target "$TARGET" --category-root-dir "$ROOT_DIR" --category-projects "$@"
     1.8 +$DIR/indexer/bin/indexer --userdir $USERDIR --nosplash --nogui -J-Xmx2048m --category-id "$ID" --category-name "$NAME" --cache-target "$TARGET" --category-root-dir "$ROOT_DIR" --category-projects "$@"
     1.9  
    1.10  exit