blob: 29580072922ffa98dd4a5efd4cd1c06067d09e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- bin/cassandra.in.sh.orig 2013-08-01 22:09:39.303556219 +0200
+++ bin/cassandra.in.sh 2013-08-01 22:10:17.007406989 +0200
@@ -15,7 +15,7 @@
# limitations under the License.
if [ "x$CASSANDRA_HOME" = "x" ]; then
- CASSANDRA_HOME="`dirname "$0"`/.."
+ CASSANDRA_HOME="/usr/share/cassandra"
fi
# The directory where Cassandra's configs live (required)
|