Changeset 142 for nutchez-0.2/src/test/client_install
- Timestamp:
- Jun 1, 2010, 5:34:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/client_install
r140 r142 24 24 yesno="no" 25 25 echo -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 26 read -p "Is this data cooect? (yes/no): " yesno 28 27 29 28 if [ "$yesno" == "yes" ] || [ "$yesno" == "y" ] ; then … … 69 68 read 70 69 70 71 # 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼 72 creat_nutchuser_account 73 read 74 75 71 76 # scp nutchuser@master_ip:~ 把.ssh/目錄複製下來 72 77 # 當使用者輸入nutchuser 密碼時,將此密碼紀錄到Nutchuser_Passwd … … 75 80 read 76 81 77 # 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼78 creat_nutchuser_account $Nutchuser_Passwd79 read80 82 81 83 # 用scp 複製 master 的設定與安裝資料
Note: See TracChangeset
for help on using the changeset viewer.