Index: nutchez-0.2/src/shell/client_install
===================================================================
--- nutchez-0.2/src/shell/client_install	(revision 220)
+++ nutchez-0.2/src/shell/client_install	(revision 224)
@@ -18,18 +18,25 @@
 Linux_Version="";
 Nutchuser_Passwd="xxxxxxxxxx";
-Work_Path="./"
-Work_Path_J=0
 
+Work_Path=`dirname "$0"`
+
+if [ -f $Work_Path/client_install_func.sh ];then
+  Work_Path=`cd "$Work_Path"; pwd`
+elif [ -f $Work_Path/bin/client_install_func.sh ];then
+  Work_Path=`cd "$Work_Path/bin"; pwd`;
+else
+  echo "Import the installation libraries of client Error!!!"
+  exit 1;
+fi
+
+#Work_Path="./"
+#Work_Path_J=0
 # Work Path Setup
-echo $0 | grep '/' || Work_Path_J=1
-if [ "$Work_Path_J" == "0"  ]; then
-    Work_Path=$(echo $0 | sed 's/client_install//')
-fi
-# Source functions
-#if [ ! -f $Work_Path/client_install_func.sh ];then
-#  scp 
+#echo $0 | grep '/' || Work_Path_J=1
+#if [ "$Work_Path_J" == "0"  ]; then
+#    Work_Path=$(echo $0 | sed 's/client_install//')
 #fi
+
 source $Work_Path/client_install_func.sh;
-  
 
 # Language Choice
