Index: /nutchez-0.2/src/test/client_remove.sh
===================================================================
--- /nutchez-0.2/src/test/client_remove.sh	(revision 203)
+++ /nutchez-0.2/src/test/client_remove.sh	(revision 204)
@@ -10,6 +10,4 @@
 
 
-# TODO:
-# 此一shell 檔需於安裝時scp至system目錄下
 source ./lang_zh_TW_client_remove
 # 需要 master_install 設定的參數區
Index: /nutchez-0.2/src/test/install_func.sh
===================================================================
--- /nutchez-0.2/src/test/install_func.sh	(revision 203)
+++ /nutchez-0.2/src/test/install_func.sh	(revision 204)
@@ -391,4 +391,11 @@
 }
 
+function client_PassMasterIPAddr_for_Remove () {
+  cd $Start_PATH
+  Line_NO=`cat client_remove.sh grep -n '# Master IP here' | sed 's/:.*//g'`
+  sed -i ''$((Line_NO+1))'d' client_remove.sh
+  sed -i ''$Line_NO'a Master_IP_Address='$MasterIP_Address'' client_remove.sh
+}
+
 
 function make_client_install () {
@@ -404,4 +411,5 @@
   client_PassMasterIPAddr
   client_PassMaster_Hostname
+  client_PassMasterIPAddr_for_Remove
   cd /opt/nutchez/
   su nutchuser -c "tar -cvzf NutchezForClientOf_$MasterIP_Address.tar.gz  nutch"
