Index: nutchez-0.2/src/shell/client_install
===================================================================
--- nutchez-0.2/src/shell/client_install	(revision 230)
+++ nutchez-0.2/src/shell/client_install	(revision 231)
@@ -11,7 +11,7 @@
 # 需要 master_install 設定的參數區
 # Master IP here
-Master_IP_Address="input.your.master.ip_address"
+Master_IP_Address=140.110.138.192
 # Master Hostname here
-Master_Hostname="input_your_master_hostname"
+Master_Hostname=u1004
 # 此檔自己用的參數區
 Linux_Distribution="";
@@ -40,4 +40,11 @@
 source $Work_Path/client_install_func.sh;
 
+# 載入系統預設的語言
+load_default_lang
+# 檢查執行這個程式的是否為root權限
+
+check_root
+read -p "continue.."
+
 # Language Choice
 choose_lang
@@ -57,6 +64,6 @@
 
 # 檢查執行這個程式的是否為root權限
-check_root
-read -p "continue.."
+#check_root
+#read -p "continue.."
 
 # 查出此主機的作業系統,以及版本
Index: nutchez-0.2/src/shell/client_install_func.sh
===================================================================
--- nutchez-0.2/src/shell/client_install_func.sh	(revision 230)
+++ nutchez-0.2/src/shell/client_install_func.sh	(revision 231)
@@ -20,7 +20,5 @@
 }
 
-
-# choose Language
-function choose_lang(){
+function load_default_lang(){
 
 lang=$(locale | grep 'LANG=' | cut -d "=" -f2)
@@ -29,5 +27,17 @@
 . $Work_Path/lang/lang_en_US_client_install
 # if locale is zh then source chinese
+
 echo $lang | grep 'zh' >> /dev/null && source $Work_Path/lang/lang_zh_TW_client_install
+}
+
+# choose Language
+function choose_lang(){
+
+#lang=$(locale | grep 'LANG=' | cut -d "=" -f2)
+
+# Default: source english
+#. $Work_Path/lang/lang_en_US_client_install
+# if locale is zh then source chinese
+#echo $lang | grep 'zh' >> /dev/null && source $Work_Path/lang/lang_zh_TW_client_install
 
 # Ask language
Index: nutchez-0.2/src/shell/master_remove.sh
===================================================================
--- nutchez-0.2/src/shell/master_remove.sh	(revision 230)
+++ nutchez-0.2/src/shell/master_remove.sh	(revision 231)
@@ -95,5 +95,5 @@
 function user_delete () {
   show_info "$MR_user_delete_echo_1" # "正在刪除nutchuser使用者..."
-  userdel -r nutchuser
+  userdel -rf nutchuser
   show_info "$MR_user_delete_echo_2" # "使用者nutchuser已刪除"
 }
