Ignore:
Timestamp:
Jun 17, 2010, 10:28:36 AM (14 years ago)
Author:
shunfa
Message:

修改語言中文檔案

File:
1 edited

Legend:

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

    r187 r195  
    44# 匯入功能函數
    55source ./install_func.sh
    6 source ./client_install_func.sh
     6#source ./client_install_func.sh
     7source ./install_lang.zh
     8
     9Work_Path=$(echo $0 | sed 's/install//')
     10
     11# Source functions
     12source $Work_Path/client_install_func.sh
    713### real code #####
    814
     
    1824main () {
    1925  check_info
    20   show_info "歡迎使用NutchEZ, 此安裝程序會為您新建一個nutchuser帳號並協助您設定密碼"
     26  show_info $main_echo_1
     27# show_info "歡迎使用NutchEZ, 此安裝程序會為您新建一個nutchuser帳號並協助您設定密碼"
    2128  set_install_information
    22   read -p "Please confirm your install infomation: 1.Yes 2.No  " confirm
     29  read -p "$main_echo_2" confirm
     30# read -p "Please confirm your install infomation: 1.Yes 2.No  " confirm
    2331  if [ $confirm -eq 1 ]; then
    2432    creat_nutchuser_account $Nutchuser_Passwd
     
    4452    start_up_tomcat   
    4553    # 安裝流程結束,並進入網頁管理頁面設定爬網網址...等 
    46     show_info "Install Successfully!!"
    47     show_info "Visit http://$MasterIP_Address:8080"
    48     client_install_command
     54    show_info $main_echo_3
     55#   show_info "Install Successfully!!"
     56    show_info $main_echo_4
     57#   show_info "Visit http://$MasterIP_Address:8080"
     58    client_install_commands
    4959  elif [ $confirm -eq 2 ]; then
    5060    main
Note: See TracChangeset for help on using the changeset viewer.