Index: nutchez-0.2/src/test/client_install
===================================================================
--- nutchez-0.2/src/test/client_install	(revision 152)
+++ nutchez-0.2/src/test/client_install	(revision 167)
@@ -14,7 +14,7 @@
 # 需要 master_install 設定的參數區
 # Master IP here
-Master_IP_Address="a.a.a.a";
+Master_IP_Address=192.168.56.101
 # Master Hostname here
-Master_Hostname="Master_Hostname";
+Master_Hostname=shunfa-VBox1
 # 此檔自己用的參數區
 Linux_Distribution="";
@@ -24,11 +24,11 @@
 # 參數詢問
 yesno="no"
-echo -e "\n\033[31mYour master IP: $Master_IP_Address\033[0m"
+show_info "Your master IP: $Master_IP_Address"
 read -p "Is this data cooect? (yes/no): " yesno
               
 if [ "$yesno" == "yes" ] || [ "$yesno" == "y" ] ; then
-    echo "These parameters are correct."
+    show_info "These parameters are correct."
 else
-    echo "Plz edit these parameters in this file."
+    show_info "Please edit these parameters in this file."
     exit
 fi
