Index: nutchez-0.2/src/test/client_install
===================================================================
--- nutchez-0.2/src/test/client_install	(revision 140)
+++ nutchez-0.2/src/test/client_install	(revision 142)
@@ -24,6 +24,5 @@
 yesno="no"
 echo -e "\nYour master IP: $Master_IP_Address"
-echo -e "Your Nutchuser Password: $Nutchuser_Passwd"
-read -p "These data are cooect? (yes/no): " yesno
+read -p "Is this data cooect? (yes/no): " yesno
               
 if [ "$yesno" == "yes" ] || [ "$yesno" == "y" ] ; then
@@ -69,4 +68,10 @@
 read
 
+
+# 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼
+creat_nutchuser_account
+read
+
+
 # scp nutchuser@master_ip:~ 把.ssh/目錄複製下來
 # 當使用者輸入nutchuser 密碼時，將此密碼紀錄到Nutchuser_Passwd
@@ -75,7 +80,4 @@
 read
 
-# 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼
-creat_nutchuser_account $Nutchuser_Passwd
-read
 
 # 用scp 複製 master 的設定與安裝資料
