Index: /nutchez-0.2/src/test/client_install
===================================================================
--- /nutchez-0.2/src/test/client_install	(revision 150)
+++ /nutchez-0.2/src/test/client_install	(revision 151)
@@ -23,5 +23,5 @@
 # 參數詢問
 yesno="no"
-echo -e "\nYour master IP: $Master_IP_Address"
+echo -e "\n\033[31mYour master IP: $Master_IP_Address\033[0m"
 read -p "Is this data cooect? (yes/no): " yesno
               
Index: /nutchez-0.2/src/test/client_install_func.sh
===================================================================
--- /nutchez-0.2/src/test/client_install_func.sh	(revision 150)
+++ /nutchez-0.2/src/test/client_install_func.sh	(revision 151)
@@ -13,5 +13,5 @@
 function check_root(){
 # 正式版後可拿掉此 echo
-echo -e "\n= check_root (debug) ="
+echo -e "\n\033[31m= check_root (debug) =\033[0m"
 if [ $USER != "root" ]; then
     echo -e "\nPlz Change root to execute it!!!"
@@ -25,5 +25,5 @@
 # 查出此主機的作業系統,以及版本
 function check_systemInfo(){
-echo -e "\n= check_systemInfo (debug) ="
+echo -e "\n\033[31m= check_systemInfo (debug) =\033[0m"
 echo -e "\nYour system information are:"
 Linux_Distribution=$(lsb_release -a 2> /dev/null | grep "Distributor ID:" | awk '{print $3}')
@@ -36,5 +36,5 @@
 function install_packages(){
 # deb 系列系統
-echo -e "\n= install_packages (debug) ="
+echo -e "\n\033[31m= install_packages (debug) =\033[0m"
 echo -e "\nCheck dependent packages"
 if [ "$Linux_Distribution" == "Ubuntu" ] || [ "$Linux_Distribution" == "Debian" ] ;then
@@ -55,5 +55,5 @@
 # 目前先檢查是否有/opt/nutchez 這個資料夾即可
 function check_nez_installed(){
-echo -e "\n= chcheck_nez_installed (debug) ="
+echo -e "\n\033[31m= chcheck_nez_installed (debug) =\033[0m"
 if [ -d /opt/nutchez ]; then
     echo -e "\nSystem already had NutchEz."
@@ -69,5 +69,5 @@
 # (3)系統有安裝但Sun Java 在非預設路徑下 (4)以正確安裝 Sun JAVA 預設路徑下
 function check_sunJava(){
-echo -e "\n= check_sunJava (debug) ="
+echo -e "\n\033[31m= check_sunJava (debug) =\033[0m"
 echo -e "\nNutchEz need Sun Java JDK 1.6.x or above version"
 
@@ -130,5 +130,5 @@
 # 檢查是否有安裝openssh, openssh-server
 function check_ssh(){
-echo -e "\n= check_ssh (debug) ="
+echo -e "\n\033[31m= check_ssh (debug) =\033[0m"
 if [ -e /usr/bin/ssh ]; then
     echo -e "\nSystem has ssh."
@@ -149,5 +149,5 @@
 # 檢查是否有安裝dialog
 function check_dialog(){
-echo -e "\n= check_dialog (debug) ="
+echo -e "\n\033[31m= check_dialog (debug) =\033[0m"
 if [ -e /usr/bin/dialog ]; then
     echo -e "\nSystem has dialog."
@@ -163,5 +163,5 @@
 # 此步驟若無法連到 master 則跳出
 function scp_master_nutchuser_sshkey(){
-echo -e "\n= scp_master_nutchuser_sshkey (debug) ="
+echo -e "\n\033[31m= scp_master_nutchuser_sshkey (debug) =\033[0m"
 echo -e "mkdir -p /home/nutchuser/"
 mkdir -p /home/nutchuser/.ssh/
@@ -191,5 +191,5 @@
 # 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼
 function creat_nutchuser_account(){
-echo -e "\n= creat_nutchuser_account (debug) ="
+echo -e "\n\033[31m= creat_nutchuser_account (debug) =\033[0m"
 
 while [ "$Nutchuser_Passwd" != "$Nutchuser_Passwd2" ]
@@ -232,5 +232,5 @@
 # 目前僅需做到能無礙的複製遠端的/opt/nutchez/到local的/opt/
 function scp_packages(){
-echo -e "\n= scp_packages (debug) ="
+echo -e "\n\033[31m= scp_packages (debug) =\033[0m"
 chmod 777 /opt
 mkdir /opt/nutchez
@@ -248,4 +248,5 @@
 
 function install_nutch_package(){
+  echo -e "\n\033[31m= install_nutch_package (debug) =\033[0m"
   tar -zxvf /opt/nutchez/NutchezForClientOf_$Master_IP_Address.tar.gz -C /
   /opt/nutchez/nutch/bin/hadoop-daemon.sh start datanode
@@ -254,5 +255,5 @@
 
 function recall_hostname_ip(){
-echo -e "\n= recall_hostname_ip (debug) ="
+echo -e "\n\033[31m= recall_hostname_ip (debug) =\033[0m"
 
 net_interfaces=$(ifconfig | grep ^eth | cut -d " " -f1)
