Changeset 230 for nutchez-0.2/src/shell
- Timestamp:
- Jun 25, 2010, 4:51:44 PM (14 years ago)
- Location:
- nutchez-0.2/src/shell
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/shell/client_remove.sh
r229 r230 80 80 # Main function 81 81 function main () { 82 check_root 82 83 show_info "$CR_main_echo_1" #"警告 - 此一程式為移除此用戶端的nutch node, 若您為誤執行此一程式, 請按Ctrl+c離開此程序!" 83 84 show_info "$CR_main_echo_2" #"本執行程序將會移除安裝nutchEZ時所新增的檔案及nutchuser使用者帳號" 84 85 # 詢問是否繼續 85 check_root86 86 read -p "$CR_main_echo_3" confirm # "請問是否確定移除此一節點:1.確定 2.取消" 87 87 # 確認移除 -
nutchez-0.2/src/shell/master_remove.sh
r229 r230 101 101 # Main function 102 102 function main () { 103 check_root 103 104 show_info "$MR_main_echo_1" #"警告 - 此一程式為移除nutchEZ程式, 若您為誤執行此一程式, 請按Ctrl+c離開此程序!" 104 105 show_info "$MR_main_echo_2" #"本執行程序將會移除安裝nutchEZ時所新增的檔案及nutchuser使用者帳號" 105 106 # 詢問是否繼續 106 check_root107 107 read -p "$MR_main_echo_3" confirm # "請問是否確定移除此一節點:1.確定 2.取消" 108 108 # 確認移除
Note: See TracChangeset
for help on using the changeset viewer.