Index: nutchez-0.2/src/shell/client_deploy.sh
===================================================================
--- nutchez-0.2/src/shell/client_deploy.sh	(revision 239)
+++ nutchez-0.2/src/shell/client_deploy.sh	(revision 240)
@@ -1,4 +1,4 @@
 #!/bin/bash
-
+# Master IP here
 MasterIP_Address=your.master.ip.here
 
Index: nutchez-0.2/src/shell/install_func.sh
===================================================================
--- nutchez-0.2/src/shell/install_func.sh	(revision 239)
+++ nutchez-0.2/src/shell/install_func.sh	(revision 240)
@@ -449,4 +449,11 @@
 
 
+function client_PassMasterIPAddr_for_deploy () {
+  cd $Work_Path
+  Line_NO=`cat client_deploy | grep -n "# Master IP here" | sed 's/:.*//g'`
+  sed -i ''$((Line_NO+1))'d' client_deploy
+  sed -i ''$Line_NO'a Master_IP_Address='$MasterIP_Address'' client_deploy
+}
+
 function make_client_install () {
   # 建立資料夾(用來存放client的安奘檔)
@@ -462,4 +469,5 @@
   client_PassMaster_Hostname
   client_PassMasterIPAddr_for_Remove
+  client_PassMasterIPAddr_for_deploy
   cd /opt/nutchez/
   su nutchuser -c "tar -cvzf NutchezForClientOf_$MasterIP_Address.tar.gz  nutch"
