Index: nutchez-0.2/src/test/client_install_func.sh
===================================================================
--- nutchez-0.2/src/test/client_install_func.sh	(revision 147)
+++ nutchez-0.2/src/test/client_install_func.sh	(revision 148)
@@ -274,7 +274,9 @@
 net_address=$(ifconfig $net_interface | grep "inet addr:" | sed 's/^.*inet addr://g' | cut -d " " -f1)
 #net_address=$(ifconfig eth"${net_choice}" | grep "inet addr:" | sed 's/^.*inet addr://g' | sed 's/Bcast.*$//g')
+
 echo "net_address is $net_address"
-
+echo "ssh nutchuser@$1 echo $net_address $(hostname) \>\> ~/nutch_nodes"
 su nutchuser -c "ssh nutchuser@$1 echo $net_address $(hostname) \>\> ~/nutch_nodes"
+
 #su nutchuser -c expect -c "spawn ssh nutchuser@$1
 #set timeout 1
