Fix Merge issues
diff --git a/scripts/cleanup-cassandra.sh b/scripts/cleanup-cassandra.sh
index def4b59..4553fd1 100755
--- a/scripts/cleanup-cassandra.sh
+++ b/scripts/cleanup-cassandra.sh
@@ -1,3 +1,3 @@
 #! /bin/bash
-DIR=~/src/ONOS
-~/src/titan/titan-0.2.0/bin/gremlin.sh -e $DIR/scripts/cleanup-onos-db 
+DIR=~/ONOS
+~/ONOS/titan/gremlin.sh -e $DIR/scripts/cleanup-onos-db 
diff --git a/start-rest.sh b/start-rest.sh
index 8251c0f..01e7638 100755
--- a/start-rest.sh
+++ b/start-rest.sh
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 # Change this accordingly
-ONOSDIR=${HOME}/src/ONOS
+ONOSDIR=${HOME}/ONOS
 script_name="topology_rest.py"
 
 #######################