Changeset 123 for nutchez-0.2/src/test/client_install.sh
- Timestamp:
- May 21, 2010, 5:35:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/client_install.sh
r122 r123 7 7 # 2010/05/20 Rock First release 8 8 9 # 正式版之後,記的將不必要 read 拿掉 (trace 用的 read) 9 10 10 11 # 設定 functions … … 28 29 read 29 30 30 # 查出此主機的作業系統,以及版本 ,後面 read 在正式版後會拿掉 (用來trace 用)31 # 查出此主機的作業系統,以及版本 31 32 check_systemInfo 32 33 read … … 39 40 # 檢查是否有安裝sun java ,並檢查是否為jdk 1.6 以上版本 40 41 check_sunJava 42 #read 43 44 # 檢查是否有安裝openssh, openssh-server 45 check_ssh 41 46 read 42 47 43 # 檢查是否有安裝openssh, openssh-server 44 #check_ssh 45 46 # 檢查是否有安裝cdialog 47 #check_dialog 48 # 檢查是否有安裝dialog 49 check_dialog 50 read 48 51 49 52 # 檢查是否安裝 php 5.5 50 #check_php 53 check_php 54 read 51 55 52 56 # scp nutchuser@master_ip:~ 把.ssh/目錄複製下來
Note: See TracChangeset
for help on using the changeset viewer.