Author: ivol37 at gmail.com
Date: Mon Jan 17 16:53:25 2011
New Revision: 669

Log:
[AMDATU-272] Fixed incorrect cassandra home dir

Modified:
   trunk/amdatu-cassandra/cassandra-tools/src/main/resources/cassandra.in.sh

Modified: 
trunk/amdatu-cassandra/cassandra-tools/src/main/resources/cassandra.in.sh
==============================================================================
--- trunk/amdatu-cassandra/cassandra-tools/src/main/resources/cassandra.in.sh   
(original)
+++ trunk/amdatu-cassandra/cassandra-tools/src/main/resources/cassandra.in.sh   
Mon Jan 17 16:53:25 2011
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 if [ "x$CASSANDRA_HOME" = "x" ]; then
-    CASSANDRA_HOME=`dirname $0`/..
+    CASSANDRA_HOME=`dirname $0`
 fi
 
 # The directory where Cassandra's configs live (required)
@@ -23,7 +23,7 @@
     CASSANDRA_CONF=$CASSANDRA_HOME/conf
 fi
 
-# This can be the path to a jar file, or a directory containing the 
+# This can be the path to a jar file, or a directory containing the
 # compiled classes. NOTE: This isn't needed by the startup script,
 # it's just used here in constructing the classpath.
 cassandra_bin=$CASSANDRA_HOME/build/classes

Reply via email to