Ignore:
Timestamp:
Jun 15, 2010, 4:10:36 PM (14 years ago)
Author:
rock
Message:

新增 Work_Path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.2/src/test/client_install

    r192 r194  
    99# 正式版之後,記的將不必要 read 拿掉 (trace 用的 read)
    1010
    11 # 設定 functions
    12 . ./client_install_func.sh
    13 
    1411# 需要 master_install 設定的參數區
    1512# Master IP here
     
    2118Linux_Version="";
    2219Nutchuser_Passwd="xxxxxxxxxx";
     20Work_Path=$(echo $0 | sed 's/client_install//')
     21
     22# Source functions
     23source $Work_Path/client_install_func.sh
    2324
    2425# Language Choice
Note: See TracChangeset for help on using the changeset viewer.