Changeset 169 for nutchez-0.2/src/test/client_install
- Timestamp:
- Jun 9, 2010, 10:48:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/client_install
r167 r169 14 14 # 需要 master_install 設定的參數區 15 15 # Master IP here 16 Master_IP_Address= 192.168.56.10116 Master_IP_Address=input.your.master.ip_address 17 17 # Master Hostname here 18 Master_Hostname= shunfa-VBox118 Master_Hostname=input_your_master_hostname 19 19 # 此檔自己用的參數區 20 20 Linux_Distribution=""; 21 21 Linux_Version=""; 22 22 Nutchuser_Passwd="xxxxxxxxxx"; 23 24 ###print function### 25 function debug_info () { 26 if [ $? -eq 0 ]; then 27 echo -e "\033[1;35;40m info - $1 \033[0m" 28 fi 29 } 30 31 function show_info () { 32 if [ $? -eq 0 ]; then 33 echo -e "\033[1;32;40m $1 \033[0m" 34 fi 35 } 23 36 24 37 # 參數詢問
Note: See TracChangeset
for help on using the changeset viewer.