Index: /nutchez-0.2/src/test/install
===================================================================
--- /nutchez-0.2/src/test/install	(revision 160)
+++ /nutchez-0.2/src/test/install	(revision 161)
@@ -18,5 +18,5 @@
   read -p "Please confirm your install infomation: 1.Yes 2.No  " confirm
   if [ $confirm -eq 1 ]; then
-    creat_nutchuser_account $nutchuser_passwd
+    creat_nutchuser_account $Nutchuser_Passwd
     make_ssh_key
     
Index: /nutchez-0.2/src/test/install_func.sh
===================================================================
--- /nutchez-0.2/src/test/install_func.sh	(revision 160)
+++ /nutchez-0.2/src/test/install_func.sh	(revision 161)
@@ -56,7 +56,7 @@
 
 function set_nutchuser_passwd () {
-  read -sp "Please enter nutchuser's password :  " nutchuser_passwd
-  read -sp "Please enter nutchuser's password again:  " nutchuser_passwd_confirm
-  if [ $nutchuser_passwd != $nutchuser_passwd_confirm ]; then
+  read -sp "Please enter nutchuser's password :  " Nutchuser_Passwd
+  read -sp "Please enter nutchuser's password again:  " Nutchuser_Passwd2
+  if [ $Nutchuser_Passwd != $Nutchuser_Passwd2 ]; then
     set_nutchuser_passwd
   fi
