bug fix in cluster-scripts
diff --git a/cluster-mgmt/README.txt b/cluster-mgmt/README.txt
index 974e3d2..08380d2 100644
--- a/cluster-mgmt/README.txt
+++ b/cluster-mgmt/README.txt
@@ -11,7 +11,7 @@
 export RCMD_USER=ubuntu
 export RCP_CMD="scp -i $HOME/.ssh/onlabkey.pem -o StrictHostKeyChecking=no"
 export FANOUT=64
-export CLUSTER="$HOME/cluster-mgmt/cluster.txt"
+export CLUSTER="$HOME/bin/cluster.txt"
 
 ### Set the proper value ##
 export ONOS_CLUSTER_BASENAME="onosdevx"
diff --git a/cluster-mgmt/cp-config.sh b/cluster-mgmt/cp-config.sh
index 5c74462..27213d9 100755
--- a/cluster-mgmt/cp-config.sh
+++ b/cluster-mgmt/cp-config.sh
@@ -15,12 +15,6 @@
   exit
 fi
 
-if [ ! -f ./cluster.txt ]; then
-  echo "Cannot find cluster.txt"
-  exit
-fi
-
-export CLUSTER="./cluster.txt"
 dsh -g $basename 'uname -a'
 
 echo "Stopping Services"
diff --git a/cluster-mgmt/cp-mininet.sh b/cluster-mgmt/cp-mininet.sh
index c3d69fe..bdfb6d8 100755
--- a/cluster-mgmt/cp-mininet.sh
+++ b/cluster-mgmt/cp-mininet.sh
@@ -13,12 +13,6 @@
   exit
 fi
 
-if [ ! -f ./cluster.txt ]; then
-  echo "Cannot find cluster.txt"
-  exit
-fi
-
-export CLUSTER="./cluster.txt"
 dsh -g $basename 'uname -a'
 
 for n in `seq 1 $NR_NODES`; do