commit | e772c7c1383d090982b76df18fd89ddb06d0c8d2 | [log] [tgz] |
---|---|---|
author | Masayoshi Kobayashi <masayoshi@onlab.us> | Thu Feb 28 00:36:33 2013 +0000 |
committer | Masayoshi Kobayashi <masayoshi@onlab.us> | Thu Feb 28 00:36:33 2013 +0000 |
tree | bd21d4fc4a59e0a5dc2f512debd6c7355945d28d | |
parent | 1bdc240a9a25b9d953a67574834f91e0be2f1450 [diff] |
change onos start script
diff --git a/start-onos.sh b/start-onos.sh index 0ef6ecd..f8e9309 100755 --- a/start-onos.sh +++ b/start-onos.sh
@@ -109,7 +109,7 @@ exit fi n=`ps -edalf |grep java |grep apache-cassandra | wc -l` - if [ x$n != "x1" ]; then + if [ x$n == "x0" ]; then echo "Cassandra is not running. Exitting" exit fi