Ignore:
Timestamp:
Jun 1, 2010, 5:34:00 PM (14 years ago)
Author:
rock
Message:

修改部份功能

File:
1 edited

Legend:

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

    r140 r142  
    2424yesno="no"
    2525echo -e "\nYour master IP: $Master_IP_Address"
    26 echo -e "Your Nutchuser Password: $Nutchuser_Passwd"
    27 read -p "These data are cooect? (yes/no): " yesno
     26read -p "Is this data cooect? (yes/no): " yesno
    2827             
    2928if [ "$yesno" == "yes" ] || [ "$yesno" == "y" ] ; then
     
    6968read
    7069
     70
     71# 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼
     72creat_nutchuser_account
     73read
     74
     75
    7176# scp nutchuser@master_ip:~ 把.ssh/目錄複製下來
    7277# 當使用者輸入nutchuser 密碼時,將此密碼紀錄到Nutchuser_Passwd
     
    7580read
    7681
    77 # 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼
    78 creat_nutchuser_account $Nutchuser_Passwd
    79 read
    8082
    8183# 用scp 複製 master 的設定與安裝資料
Note: See TracChangeset for help on using the changeset viewer.